code for testing
This commit is contained in:
parent
ae2e4118f8
commit
5e41b69a00
|
@ -162,7 +162,16 @@ pipeline
|
||||||
|
|
||||||
stage('ubuntu deploy dev')
|
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
|
steps
|
||||||
{
|
{
|
||||||
sh 'git checkout .'
|
sh 'git checkout .'
|
||||||
|
|
Loading…
Reference in New Issue