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
3d1cda7c24
commit
566e1d6b48
1 changed files with 8 additions and 8 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -7,17 +7,12 @@ pipeline {
|
|||
}
|
||||
agent any
|
||||
stages {
|
||||
stage('Jira2') {
|
||||
stage('get hash') {
|
||||
steps {
|
||||
jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992'
|
||||
sh 'echo ${RELEASE_NOTES}'
|
||||
sh 'echo ${GIT_COMMIT}'
|
||||
}
|
||||
}
|
||||
// stage('get hash') {
|
||||
// steps {
|
||||
// sh 'echo ${RELEASE_NOTES}'
|
||||
// sh 'echo ${GIT_COMMIT}'
|
||||
// }
|
||||
// }
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Running build automation'
|
||||
|
@ -68,6 +63,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('Jira2') {
|
||||
steps {
|
||||
jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue