Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-12 22:02:53 +03:00 committed by GitHub
parent 939fd2a2e9
commit 0140e730ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -6,6 +6,11 @@ pipeline {
} }
agent any agent any
stages { stages {
stage('Jira2') {
steps {
jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992'
}
}
stage('Build') { stage('Build') {
steps { steps {
echo 'Running build automation' echo 'Running build automation'