From ef5c0f593ce42f7a34261c7403221180bb673ef7 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:47:27 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) 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'