From 6caf4a31875492e1a9dfb8250ce393509d4588d4 Mon Sep 17 00:00:00 2001 From: NetOps <idcnetops@tarento.com> Date: Mon, 31 Jan 2022 07:01:28 +0000 Subject: [PATCH] Update Jenkinsfile --- pipelines/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/Jenkinsfile b/pipelines/Jenkinsfile index af93a34..1a373cd 100644 --- a/pipelines/Jenkinsfile +++ b/pipelines/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 " + "nginx" + "_" + commit_hash + "_" + env.BUILD_NUMBER, returnStdout: true).trim() echo "${env.commit_id}" } } -- GitLab