Skip to content
Snippets Groups Projects
Commit b8011b2f authored by Tucker Siegel's avatar Tucker Siegel
Browse files

fix

parent cc76eae8
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def call(String repo, String branch, String serviceName) {
stage('checkout') {
steps {
git branch: "branch",
git branch: branch,
credentialsId: 'tucker-gitlab-login',
url: repo
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment