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

Revert commented code for test

parent d4dbb462
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
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