delete duplicated stage

This commit is contained in:
Ruben Abad 2024-01-17 11:43:11 +01:00
parent 9caf9303e6
commit f5a629d718
1 changed files with 0 additions and 20 deletions

View File

@ -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') stage('TEST: ubuntu Doxygen generation')
{ {
when { branch "ruben/jenkins_migration" } when { branch "ruben/jenkins_migration" }