mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
13c67e7a29
commit
99c7b74c81
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -4,7 +4,6 @@ pipeline {
|
|||
registryCredential = 'dockerhub_id'
|
||||
dockerImage = ''
|
||||
RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true)
|
||||
TaskID = ''
|
||||
}
|
||||
agent any
|
||||
stages {
|
||||
|
|
Loading…
Reference in a new issue