diff --git a/ci-scripts/Jenkinsfile-NU-Col-CI-mjoang b/ci-scripts/Jenkinsfile-NU-Col-CI-mjoang index 58cdc225e7527a744f808b83a0044edebfb730ea..7c9321449995cdd01daddc3616ea55ae7f279c7e 100644 --- a/ci-scripts/Jenkinsfile-NU-Col-CI-mjoang +++ b/ci-scripts/Jenkinsfile-NU-Col-CI-mjoang @@ -111,11 +111,11 @@ pipeline { stage ("Build and Test") { steps { script { - // sh "git clone https://gitlab.com/shweta.shrivastava/colosseum-cm.git" - // dir ('colosseum-cm') { - // sh "git checkout oai-ci" - // sh "./bootstrap.sh ${GIT_URL} ${params.eNB_Branch} ${GIT_COMMIT}" - // } + sh "git clone https://gitlab.com/shweta.shrivastava/colosseum-cm.git" + dir ('colosseum-cm') { + sh "git checkout oai-ci" + sh "./bootstrap.sh ${GIT_URL} ${params.eNB_Branch} ${GIT_COMMIT}" + } dir ('ci-scripts') { // If not present picking a default XML file if (params.pythonTestXmlFile == null) {