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
9eed310199
commit
e1c82cad4b
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
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.',
|
||||
|
@ -68,10 +68,10 @@ pipeline {
|
|||
issuetype: [id: '3']]]
|
||||
|
||||
response = jiraEditIssue idOrKey: 'DEV-1', issue: testIssue
|
||||
|
||||
|
||||
echo response.successful.toString()
|
||||
echo response.data.toString()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue