master and dev branches do documentation upload on main branch

This commit is contained in:
Ruben Abad 2024-06-03 13:40:18 +02:00
parent 696d11f995
commit 68ce217d26
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -316,7 +316,7 @@ pipeline
tar -xvzf carla_doc.tar.gz
git add Doxygen
git commit -m "Updated c++ docs" || true
git push --set-upstream origin ruben/jenkins_migration
git push --set-upstream origin master
'''
}
}