mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25: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'
|
jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\\ stage('get hash') {
|
// stage('get hash') {
|
||||||
\\ steps {
|
// steps {
|
||||||
\\ sh 'echo ${RELEASE_NOTES}'
|
// sh 'echo ${RELEASE_NOTES}'
|
||||||
\\ sh 'echo ${GIT_COMMIT}'
|
// sh 'echo ${GIT_COMMIT}'
|
||||||
\\ }
|
// }
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue