option error

This commit is contained in:
Ruben Abad 2024-01-15 20:23:49 +01:00
parent 534a2ea21d
commit 46aee85032
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ pipeline
when { branch "ruben/jenkins_migration" }
steps
{
checkout scmGit(branches: [[name: '*/master']], extensions: [checkoutOption(120), cloneOptions(noTags:false, reference:'', shallow: false, timeout:120)], userRemoteConfigs: [[credentialsId: 'github_token_as_pwd_2', url: 'https://github.com/carla-simulator/carla-simulator.github.io.git']])
checkout scmGit(branches: [[name: '*/master']], extensions: [checkoutOption(120), cloneOption(noTags:false, reference:'', shallow: false, timeout:120)], userRemoteConfigs: [[credentialsId: 'github_token_as_pwd_2', url: 'https://github.com/carla-simulator/carla-simulator.github.io.git']])
sh 'make docs'
sh 'cp -rf ./Doxygen ~/carla-simulator.github.io/'
/*