Update Jenkinsfile

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

14
Jenkinsfile vendored
View file

@ -57,19 +57,5 @@ pipeline {
} }
} }
} }
stage ('ComentToJira') {
when {
branch 'main'
}
steps {
echo 'add jira'
}
}
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'
}
}
} }
} }