mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
specify test tag
This commit is contained in:
parent
ad80a4bc1b
commit
859af87145
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
environment {
|
||||
DOCKER_STORAGE = 'testfiesta/petclinic'
|
||||
SHORT_COMMIT = "${GIT_COMMIT[0..7]}"
|
||||
GIT_TAG = ''
|
||||
GIT_TAG = '1.0'
|
||||
}
|
||||
|
||||
tools {
|
||||
|
|
Loading…
Reference in a new issue