code for testing

This commit is contained in:
Ruben Abad 2023-12-18 14:43:45 +01:00
parent ae2e4118f8
commit 5e41b69a00
1 changed files with 10 additions and 1 deletions

View File

@ -162,7 +162,16 @@ pipeline
stage('ubuntu deploy dev')
{
when { true or branch "dev"; }
// TESTING
when { branch "ruben/Jenkins_migrate"; }
steps
{
sh 'git checkout .'
//sh 'make deploy ARGS="--replace-latest"'
}
// END TESTING
when { branch "dev"; }
steps
{
sh 'git checkout .'