diff --git a/Jenkinsfile b/Jenkinsfile index e18f0e633..ef80078e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline stage('Building CARLA') { //parallel - { + //{ stage('ubuntu') { agent { label "gpu" } @@ -354,7 +354,7 @@ pipeline } }*/ - } + //} } } }