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
9eed310199
commit
e1c82cad4b
1 changed files with 3 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -57,8 +57,8 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
node {
|
||||
stage('JIRA') {
|
||||
script {
|
||||
def testIssue = [fields: [ // id or key must present for project.
|
||||
project: [id: 'DEV'],
|
||||
summary: 'New JIRA Created from Jenkins.',
|
||||
|
@ -71,7 +71,7 @@ pipeline {
|
|||
|
||||
echo response.successful.toString()
|
||||
echo response.data.toString()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue