Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-12 21:03:01 +03:00 committed by GitHub
parent 6940ea972a
commit 9eed310199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -59,7 +59,6 @@ pipeline {
}
node {
stage('JIRA') {
# Look at IssueInput class for more information.
def testIssue = [fields: [ // id or key must present for project.
project: [id: 'DEV'],
summary: 'New JIRA Created from Jenkins.',