Skip to content

Instantly share code, notes, and snippets.

@RanaRanvijaySingh
Created January 25, 2020 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RanaRanvijaySingh/296ec19585d1739d8d85efc6df41a153 to your computer and use it in GitHub Desktop.
Save RanaRanvijaySingh/296ec19585d1739d8d85efc6df41a153 to your computer and use it in GitHub Desktop.
stage('GIT PULL') {
steps {
git branch: "develop", url: 'https://github.com/RanaRanvijaySingh/FlutterStarter.git'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment