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
8113c72a5a
commit
13c67e7a29
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -13,11 +13,11 @@ pipeline {
|
|||
jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992'
|
||||
}
|
||||
}
|
||||
\\ stage('get hash') {
|
||||
\\ steps {
|
||||
\\ sh 'echo ${RELEASE_NOTES}'
|
||||
\\ sh 'echo ${GIT_COMMIT}'
|
||||
\\ }
|
||||
// stage('get hash') {
|
||||
// steps {
|
||||
// sh 'echo ${RELEASE_NOTES}'
|
||||
// sh 'echo ${GIT_COMMIT}'
|
||||
// }
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue