From f5a629d718e749bcb42603c2057bc7748846b015 Mon Sep 17 00:00:00 2001 From: Ruben Abad Date: Wed, 17 Jan 2024 11:43:11 +0100 Subject: [PATCH] delete duplicated stage --- Jenkinsfile_new | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Jenkinsfile_new b/Jenkinsfile_new index 523a54771..e5bb4ccf5 100644 --- a/Jenkinsfile_new +++ b/Jenkinsfile_new @@ -153,26 +153,6 @@ pipeline } */ - stage('TEST: ubuntu Doxygen generation') - { - when { branch "ruben/jenkins_migration" } - steps - { - sh 'make docs' - sh 'tar -czf carla_doc.tar.gz ./Doxygen' - stash includes: 'carla_doc.tar.gz', name: 'carla_docs' - sh 'cp -rf ./Doxygen ~/carla-simulator.github.io/' - /* - sh ''' - cd ~/carla-simulator.github.io - git add Doxygen - git commit -m "Updated c++ docs" || true - git push - ''' - */ - } - } - stage('TEST: ubuntu Doxygen generation') { when { branch "ruben/jenkins_migration" }