Commit 953ebfde authored by FANG WANG's avatar FANG WANG

Update Jenkinsfile-gitlab

parent 6f64bc47
......@@ -236,8 +236,8 @@ pipeline {
sh "./ci-scripts/oai-ci-vm-tool build --workspace $WORKSPACE --variant ue-ethernet --job-name ${JOB_NAME} --build-id ${BUILD_ID} --daemon"
}
}
} */
}
}*/
stage ("Variant Builds") {
......@@ -251,7 +251,7 @@ pipeline {
}
}
}
/* stage ("Build basic simulator") {
stage ("Build basic simulator") {
steps {
gitlabCommitStatus(name: "Build basic-sim") {
timeout (time: 20, unit: 'MINUTES') {
......@@ -269,7 +269,7 @@ pipeline {
}
}
}
stage ("Build 5G NR-UE-USRP") {
/* stage ("Build 5G NR-UE-USRP") {
steps {
gitlabCommitStatus(name: "Build nr-UE-USRP") {
timeout (time: 20, unit: 'MINUTES') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment