set doc upstream branch

This commit is contained in:
Ruben Abad 2024-01-30 14:23:25 +01:00
parent 933c1788b9
commit 09789f6e51
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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