Commit 6caf4a31 authored by NetOps's avatar NetOps
Browse files

Update Jenkinsfile

parent 8858ccf0
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -11,7 +11,7 @@ node() {
cleanWs()
checkout scm
commit_hash = sh(script: 'git rev-parse --short HEAD', returnStdout: true).trim()
env.commit_id = sh(script: "echo " + "form" + "_" + commit_hash + "_" + env.BUILD_NUMBER, returnStdout: true).trim()
env.commit_id = sh(script: "echo " + "nginx" + "_" + commit_hash + "_" + env.BUILD_NUMBER, returnStdout: true).trim()
echo "${env.commit_id}"
}
}
......
Supports Markdown
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