mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
Edit Jenkinsfile
This commit is contained in:
parent
48329e65fc
commit
f1e1a687b3
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,8 +4,6 @@ pipeline {
|
||||||
environment {
|
environment {
|
||||||
GIT_COMMIT = sh(script: 'git rev-parse --short HEAD', returnStdout: true).trim()
|
GIT_COMMIT = sh(script: 'git rev-parse --short HEAD', returnStdout: true).trim()
|
||||||
DOCKER_CREDS = credentials('docker_key')
|
DOCKER_CREDS = credentials('docker_key')
|
||||||
DOCKER_HOST: "tcp://docker:2375"
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in a new issue