mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Edit Jenkinsfile
This commit is contained in:
parent
bb3ad829da
commit
506e299d41
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -3,6 +3,7 @@ pipeline {
|
|||
|
||||
environment {
|
||||
GIT_COMMIT = sh(script: 'git rev-parse --short HEAD', returnStdout: true).trim()
|
||||
DOCKER_HOST = 'tcp://dind:2375'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in a new issue