diff options
| author | 2025-10-27 11:57:39 +0100 | |
|---|---|---|
| committer | 2025-10-27 11:57:39 +0100 | |
| commit | 659991f750b4d08c4c171d340841b5d18f3afecd (patch) | |
| tree | 7ae46684a1400d517c66192f278ecf302890294f /Jenkinsfile | |
| parent | d093ab1f027fe51fb280a70ca9de2c79cc18db04 (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}" |
