diff --git a/Jenkinsfile b/Jenkinsfile index a483006e1..05aeffb5d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,11 @@ pipeline { } agent any stages { + stage('Jira2') { + steps { + jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992' + } + } stage('Build') { steps { echo 'Running build automation'