Update Jenkinsfile

This commit is contained in:
Tom Ruff
2024-10-05 10:25:02 +03:00
committed by GitHub
parent e9a8c07fa3
commit ae237bd579

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:${env.BUILD_ID}" def imageNameId = "git.ruff.co.il/tom/otomai-web:1.0.${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'