diff --git a/Jenkinsfile b/Jenkinsfile index b78c9f980..6906ba9c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,6 +61,10 @@ pipeline { when { branch 'main' } + steps { + echo 'add jira' + } + } post { always { //jiraSendDeploymentInfo site: '.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production'