diff options
| author | 2025-10-27 11:57:39 +0100 | |
|---|---|---|
| committer | 2025-10-27 11:57:39 +0100 | |
| commit | b3a41ec1466774a10b1ef4d1b44c2234ec98c969 (patch) | |
| tree | 7ae46684a1400d517c66192f278ecf302890294f /Jenkinsfile | |
| parent | 3b2c666b72d852c61e48b3a999ca4535298fc8a3 (diff) | |
Added handling of gid for git user also
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3392df7..bf454a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { env.GIT_SHA = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim() // compose image name + tags - env.GROUP_ID = "com.it-jaros.git" + env.GROUP_ID = "com.it-jaros.git" env.IMAGE_NAME = "${REGISTRY}/${GROUP_ID}" echo "sha=${env.GIT_SHA}" echo "image=${env.IMAGE_NAME}" |
