Skip to content

Instantly share code, notes, and snippets.

@RanaRanvijaySingh
Last active February 7, 2020 08:08
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/7ae19ea653e84caa8fa306e780705138 to your computer and use it in GitHub Desktop.
Save RanaRanvijaySingh/7ae19ea653e84caa8fa306e780705138 to your computer and use it in GitHub Desktop.
stage('GIT PULL') {
steps {
git
branch: 'develop',
credentialsId: '69c1c56e-01f7-4e54-b762-4e5db8191bbb',
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