From 9eed3101999985922400d46ae928b5d815b9aba0 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:03:01 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 812d61e92..cd1a25bef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,6 @@ pipeline { } node { stage('JIRA') { - # Look at IssueInput class for more information. def testIssue = [fields: [ // id or key must present for project. project: [id: 'DEV'], summary: 'New JIRA Created from Jenkins.',