From ccc6764353cd780d3dab211d9e9877cdcbd80138 Mon Sep 17 00:00:00 2001 From: Ruben Abad Date: Mon, 15 Jan 2024 15:12:55 +0100 Subject: [PATCH] ubuntu doxygen generation test --- Jenkinsfile_new | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile_new b/Jenkinsfile_new index f0e7dfde1..c3985379f 100644 --- a/Jenkinsfile_new +++ b/Jenkinsfile_new @@ -24,7 +24,7 @@ pipeline } stages { - stage('ubuntu setup') + /*stage('ubuntu setup') { steps { @@ -151,19 +151,13 @@ pipeline //sh 'make deploy ARGS="--replace-latest --docker-push"' } } - + */ stage('TEST: ubuntu Doxygen') { when { branch "ruben/jenkins_migration" } steps { - sh 'rm -rf ~/carla-simulator.github.io/Doxygen' - sh ''' - cd ~/carla-simulator.github.io - git remote set-url origin git@docs:carla-simulator/carla-simulator.github.io.git - git fetch - git checkout -B master origin/master - ''' + checkout scmGit(branches: [[name: '*/master']], extensions: [], 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/' /*