Merge branch 'ruben/jenkins_migration' of github.com:carla-simulator/carla into ruben/jenkins_migration
This commit is contained in:
commit
7d071d06b7
|
@ -227,7 +227,8 @@ pipeline
|
||||||
when { branch "ruben/jenkins_migration"; }
|
when { branch "ruben/jenkins_migration"; }
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
dir('${env.WORKSPACE}/doc_repo')
|
|
||||||
|
dir("${env.WORKSPACE}/doc_repo")
|
||||||
{
|
{
|
||||||
unstash name: 'carla_docs'
|
unstash name: 'carla_docs'
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'github_token_as_pwd_2', gitToolName: 'git-tool')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'github_token_as_pwd_2', gitToolName: 'git-tool')]) {
|
||||||
|
|
Loading…
Reference in New Issue