Skip to content
Snippets Groups Projects
Commit 91c66132 authored by Shweta Shrivastava's avatar Shweta Shrivastava
Browse files

Changes to checkout feature branch

parent d7a5be9e
No related branches found
No related tags found
1 merge request!2Changes to checkout feature branch
...@@ -79,7 +79,7 @@ pipeline { ...@@ -79,7 +79,7 @@ pipeline {
script { script {
dir ('colosseum-cm') { dir ('colosseum-cm') {
sh "git checkout oai-ci" sh "git checkout oai-ci"
sh "./bootstrap.sh ${GIT_URL} ${GIT_BRANCH} ${GIT_COMMIT}" sh "./bootstrap.sh ${GIT_URL} ${params.eNB_Branch} ${GIT_COMMIT}"
} }
} }
} }
......
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