syntax error

This commit is contained in:
Ruben Abad 2024-02-07 17:35:48 +01:00
parent 8b588452af
commit a68fee0260
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -11,8 +11,8 @@ pipeline
stages stages
{ {
stage('Building CARLA') //stage('Building CARLA')
{ //{
//parallel //parallel
//{ //{
stage('ubuntu') stage('ubuntu')
@ -355,6 +355,6 @@ pipeline
}*/ }*/
//} //}
} //}
} }
} }