Skip to content

Commit 93bb568

Browse files
committed
test
1 parent 984a9e4 commit 93bb568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ pipeline {
3131
}
3232
steps {
3333
sh """
34-
echo Deploy dev
34+
echo "Deploy dev"
3535
"""
3636
}
3737
}
3838
stage('Deploy product') {
3939
when {
40-
branch 'master'
40+
branch 'product'
4141
}
4242
steps {
4343
sh """
44-
echo Deploy product
44+
echo "Deploy product"
4545
"""
4646
}
4747
}

0 commit comments

Comments
 (0)