Refresh documentation with dev branch also

This commit is contained in:
bernatx 2021-09-20 23:46:16 +02:00
parent 6e1737ecc6
commit 161b7f198f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -178,7 +178,7 @@ pipeline
}
stage('ubuntu Doxygen')
{
when { anyOf { branch "master"; buildingTag() } }
when { anyOf { branch "master"; branch "dev"; buildingTag() } }
steps
{
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'