Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-12 19:48:29 +03:00 committed by GitHub
parent ef5c0f593c
commit c116ca4447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -69,7 +69,6 @@ pipeline {
always {
//jiraSendDeploymentInfo site: '<sitename>.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production'
jiraAddComment comment: 'build ', idOrKey: 'Task1', site: 'https://butenko992.atlassian.net'
}
}
}
}