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
0140e730ec
commit
126d384686
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -11,6 +11,11 @@ pipeline {
|
|||
jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992'
|
||||
}
|
||||
}
|
||||
stage('get hash') {
|
||||
steps {
|
||||
sh 'echo ${GIT_COMMIT}'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Running build automation'
|
||||
|
|
Loading…
Reference in a new issue