Updated jenkinsfile
ogrepository/pipeline/tag This commit looks good Details

pull/37/head
Nicolas Arenas 2025-03-27 08:51:02 +01:00
parent 8af857c9ef
commit d7869c35b7
1 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,7 @@ pipeline {
} }
} }
agent { label 'debian-repo' } agent { label 'debian-repo' }
steps {
script { script {
// Construir el patrón de versión esperado en el nombre del paquete // Construir el patrón de versión esperado en el nombre del paquete
def versionPattern = "${env.TAG_NAME}-${env.BUILD_NUMBER}" def versionPattern = "${env.TAG_NAME}-${env.BUILD_NUMBER}"
@ -70,6 +71,7 @@ pipeline {
} }
} }
} }
}
post { post {
always { always {
notifyBuildStatus('narenas@qindel.com') notifyBuildStatus('narenas@qindel.com')