Update Jenkinsfile

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

4
Jenkinsfile vendored
View file

@ -61,6 +61,10 @@ pipeline {
when {
branch 'main'
}
steps {
echo 'add jira'
}
}
post {
always {
//jiraSendDeploymentInfo site: '<sitename>.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production'