Update Jenkinsfile

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

10
Jenkinsfile vendored
View file

@ -64,11 +64,11 @@ pipeline {
steps {
echo 'Deploying to Production from main...'
}
post {
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'
}
post {
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'
}
}
}
}