fix branch name for testing

This commit is contained in:
Ruben Abad 2024-01-11 14:49:13 +01:00
parent a1a7faeb60
commit b92bff4429
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ pipeline
stage('TEST: ubuntu deploy sim')
{
when { branch "ruben/Jenkins_migrate"; }
when { branch "ruben/jenkins_migration"; }
steps
{
sh 'git checkout .'
@ -192,7 +192,7 @@ pipeline
stage('TEST: ubuntu Doxygen')
{
when { branch "ruben/Jenkins_migrate" }
when { branch "ruben/jenkins_migration" }
steps
{
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'