configure timeout for doc repo checkout
This commit is contained in:
parent
ccc6764353
commit
b1e695b5b1
|
@ -157,7 +157,7 @@ pipeline
|
|||
when { branch "ruben/jenkins_migration" }
|
||||
steps
|
||||
{
|
||||
checkout scmGit(branches: [[name: '*/master']], extensions: [], 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)], 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/'
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue