Refresh documentation with dev branch also
This commit is contained in:
parent
6e1737ecc6
commit
161b7f198f
|
@ -178,7 +178,7 @@ pipeline
|
||||||
}
|
}
|
||||||
stage('ubuntu Doxygen')
|
stage('ubuntu Doxygen')
|
||||||
{
|
{
|
||||||
when { anyOf { branch "master"; buildingTag() } }
|
when { anyOf { branch "master"; branch "dev"; buildingTag() } }
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'
|
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'
|
||||||
|
|
Loading…
Reference in New Issue