Commit 70b656c1 authored by 郭灿峰's avatar 郭灿峰

Update Jenkinsfile

parent eb1bc9f8
Pipeline #24 canceled with stage
......@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'echo $COMMIT_ID'
sh '$(echo ${GIT_COMMIT} | cut -c 1-8)'
//sh '/var/jenkins_home/plugins/apache-maven-3.6.3/bin/mvn clean package'
}
}
......
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