fix branch name for testing
This commit is contained in:
parent
a1a7faeb60
commit
b92bff4429
|
@ -162,7 +162,7 @@ pipeline
|
||||||
|
|
||||||
stage('TEST: ubuntu deploy sim')
|
stage('TEST: ubuntu deploy sim')
|
||||||
{
|
{
|
||||||
when { branch "ruben/Jenkins_migrate"; }
|
when { branch "ruben/jenkins_migration"; }
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
sh 'git checkout .'
|
sh 'git checkout .'
|
||||||
|
@ -192,7 +192,7 @@ pipeline
|
||||||
|
|
||||||
stage('TEST: ubuntu Doxygen')
|
stage('TEST: ubuntu Doxygen')
|
||||||
{
|
{
|
||||||
when { branch "ruben/Jenkins_migrate" }
|
when { branch "ruben/jenkins_migration" }
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'
|
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'
|
||||||
|
|
Loading…
Reference in New Issue