diff --git a/Jenkinsfile b/Jenkinsfile index fa04149c141661d8aaf0a1a4a70f4592f89a363e..52bf5186087b1ed7ce0b18e5ff4bc954e7ba32f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 " + "gateway" + "_" + commit_hash + "_" + env.BUILD_NUMBER, returnStdout: true).trim() echo "${env.commit_id}" } }