There was an error while loading. Please reload this page.
1 parent 4418ace commit 510c905Copy full SHA for 510c905
Jenkinsfile
@@ -14,6 +14,7 @@ pipeline {
14
when {
15
expression {
16
env.BRANCH_NAME == 'dev' || env.BRANCH_NAME != 'master'
17
+ }
18
}
19
steps {
20
echo 'Testing the application'
0 commit comments