Commit 09d2c7c2 by Administrator

Update Jenkinsfile

parent 8386dae0
Pipeline #79 passed with stage
in 5 seconds
...@@ -4,7 +4,7 @@ pipeline { ...@@ -4,7 +4,7 @@ pipeline {
stage('build') { stage('build') {
when { branch 'develop' } when { branch 'develop' }
steps { steps {
sh 'check_java.sh' sh 'sh check_java.sh'
} }
post { post {
success { success {
......
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