Merge branch 'ruben/jenkins_migration' of github.com:carla-simulator/carla into ruben/jenkins_migration

This commit is contained in:
Ruben Abad 2024-02-07 16:47:16 +01:00
commit 7d071d06b7
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -227,7 +227,8 @@ pipeline
when { branch "ruben/jenkins_migration"; }
steps
{
dir('${env.WORKSPACE}/doc_repo')
dir("${env.WORKSPACE}/doc_repo")
{
unstash name: 'carla_docs'
withCredentials([gitUsernamePassword(credentialsId: 'github_token_as_pwd_2', gitToolName: 'git-tool')]) {