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