Commit 46b812a8 by Administrator

Update Jenkinsfile

parent 1393ef9a
...@@ -21,7 +21,7 @@ pipeline { ...@@ -21,7 +21,7 @@ pipeline {
} }
stage('dev'){ stage('dev'){
when { when {
brache 'dev' branch 'dev'
} }
steps { steps {
sh 'ls' sh 'ls'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment