Commit 1393ef9a by Administrator

Update Jenkinsfile

parent 4a150d35
......@@ -19,5 +19,13 @@ pipeline {
sh 'ls'
}
}
stage('dev'){
when {
brache 'dev'
}
steps {
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