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
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -57,8 +57,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
node {
|
|
||||||
stage('JIRA') {
|
stage('JIRA') {
|
||||||
|
script {
|
||||||
def testIssue = [fields: [ // id or key must present for project.
|
def testIssue = [fields: [ // id or key must present for project.
|
||||||
project: [id: 'DEV'],
|
project: [id: 'DEV'],
|
||||||
summary: 'New JIRA Created from Jenkins.',
|
summary: 'New JIRA Created from Jenkins.',
|
||||||
|
|
Loading…
Reference in a new issue