Update Jenkinsfile

This commit is contained in:
Tom Ruff
2024-10-05 13:32:49 +03:00
committed by GitHub
parent a401bb8268
commit 33d3fe2077

2
Jenkinsfile vendored
View File

@@ -37,7 +37,7 @@ pipeline {
dir('./') { dir('./') {
script { script {
// Define image name and registry details // Define image name and registry details
def imageNameId = "git.ruff.co.il/tom/otomai-web:1.0.${env.BUILD_ID}" def imageNameId = "git.ruff.co.il/tom/otomai-web:1.${env.BUILD_ID}"
def imageNameLatest = "git.ruff.co.il/tom/otomai-web:latest" def imageNameLatest = "git.ruff.co.il/tom/otomai-web:latest"
def registryCredentialsId = 'a9635f55-73fb-4fdb-9f0a-19bc48033164' def registryCredentialsId = 'a9635f55-73fb-4fdb-9f0a-19bc48033164'