syntax error

This commit is contained in:
Ruben Abad 2024-02-07 17:34:12 +01:00
parent 4b0b3be852
commit 8b588452af
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline
stage('Building CARLA') stage('Building CARLA')
{ {
//parallel //parallel
{ //{
stage('ubuntu') stage('ubuntu')
{ {
agent { label "gpu" } agent { label "gpu" }
@ -354,7 +354,7 @@ pipeline
} }
}*/ }*/
} //}
} }
} }
} }