specify test tag

This commit is contained in:
JustFiesta 2024-07-04 15:41:08 +02:00
parent ad80a4bc1b
commit 859af87145

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
environment { environment {
DOCKER_STORAGE = 'testfiesta/petclinic' DOCKER_STORAGE = 'testfiesta/petclinic'
SHORT_COMMIT = "${GIT_COMMIT[0..7]}" SHORT_COMMIT = "${GIT_COMMIT[0..7]}"
GIT_TAG = '' GIT_TAG = '1.0'
} }
tools { tools {