From 8113c72a5a566583e5f2bb9b11291c75ca644400 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:10:08 +0300 Subject: [PATCH 01/24] Update Jenkinsfile --- Jenkinsfile | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 36d545148..eb0dc53de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,24 +4,20 @@ pipeline { registryCredential = 'dockerhub_id' dockerImage = '' RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) + TaskID = '' } agent any stages { stage('Jira2') { steps { - jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992' - - script { - env.revision = sh(script: "git log --pretty=format:\"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset\" \$prevcommit...\$GIT_COMMIT", , returnStdout: true).trim() - version = sh(script: "echo \$PARSED_TAG | awk -F\"_\" '{print \$1}'", , returnStdout: true).trim() - } + jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992' } } - stage('get hash') { - steps { - sh 'echo ${RELEASE_NOTES}' - sh 'echo ${GIT_COMMIT}' - } +\\ stage('get hash') { +\\ steps { + \\ sh 'echo ${RELEASE_NOTES}' + \\ sh 'echo ${GIT_COMMIT}' + \\ } } stage('Build') { steps { @@ -74,21 +70,5 @@ pipeline { } } } - stage('JIRA') { - steps { - script { - def testIssue = [fields: [ // id or key must present for project. - project: [id: 'DEV'], - summary: 'New JIRA Created from Jenkins.', - description: 'New JIRA Created from Jenkins.', - customfield_1000: 'customValue', - // id or name must present for issuetype. - issuetype: [id: '3']]] - response = jiraEditIssue idOrKey: 'DEV-1', issue: testIssue - echo response.successful.toString() - echo response.data.toString() - } - } -} } } From 13c67e7a29b239e40a61f5b14ed65f2e62040490 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:11:48 +0300 Subject: [PATCH 02/24] Update Jenkinsfile --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb0dc53de..01d50c99e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,11 +13,11 @@ pipeline { jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992' } } -\\ stage('get hash') { -\\ steps { - \\ sh 'echo ${RELEASE_NOTES}' - \\ sh 'echo ${GIT_COMMIT}' - \\ } +// stage('get hash') { +// steps { +// sh 'echo ${RELEASE_NOTES}' +// sh 'echo ${GIT_COMMIT}' +// } } stage('Build') { steps { From 99c7b74c8147770d271437bfef0bd16914dd146a Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:12:11 +0300 Subject: [PATCH 03/24] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 01d50c99e..76618ea7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ pipeline { registryCredential = 'dockerhub_id' dockerImage = '' RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) - TaskID = '' } agent any stages { From 374b4a2fb59982ff250356ffde875eb9145b9e3b Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:13:08 +0300 Subject: [PATCH 04/24] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 76618ea7b..1779d7b93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,6 @@ pipeline { echo: 'caught error: $err' } sh "sshpass -p '$USERPASS' -v ssh -o StrictHostKeyChecking=no $USERNAME@${env.server_api} \"docker run --restart always --name pet -p 8081:8080 -d sprientera/pet:${env.BUILD_NUMBER}\"" - } } } } From b8dd23edd52e10c907e3760135289b71b4d3ff9f Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:14:11 +0300 Subject: [PATCH 05/24] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1779d7b93..1e65bf5fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { // sh 'echo ${RELEASE_NOTES}' // sh 'echo ${GIT_COMMIT}' // } - } +// } stage('Build') { steps { echo 'Running build automation' From 0bdcac783e97c6e60db834c342e4362462b12299 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:14:41 +0300 Subject: [PATCH 06/24] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1e65bf5fc..7d93f6a80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,3 +70,4 @@ pipeline { } } } +} From 3d1cda7c24ca8dfa2bd9b6a4d28fcf8c0513fe01 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:16:32 +0300 Subject: [PATCH 07/24] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d93f6a80..689c24b3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stages { stage('Jira2') { steps { - jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992' + jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' } } // stage('get hash') { From 566e1d6b48e7c64f6f07b92fb9f1dd185366fde8 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:29:33 +0300 Subject: [PATCH 08/24] Update Jenkinsfile --- Jenkinsfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 689c24b3c..e5bb109e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,17 +7,12 @@ pipeline { } agent any stages { - stage('Jira2') { + stage('get hash') { steps { - jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' + sh 'echo ${RELEASE_NOTES}' + sh 'echo ${GIT_COMMIT}' } } -// stage('get hash') { -// steps { -// sh 'echo ${RELEASE_NOTES}' -// sh 'echo ${GIT_COMMIT}' -// } -// } stage('Build') { steps { echo 'Running build automation' @@ -68,6 +63,11 @@ pipeline { } } } + stage('Jira2') { + steps { + jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' + } + } } } } From 7ac04ddcb94bc7b576fdd0f6e0a06e79d159d613 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:13:31 +0300 Subject: [PATCH 09/24] Update Jenkinsfile --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e5bb109e8..8c47dc181 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,11 @@ pipeline { sh 'echo ${GIT_COMMIT}' } } + stage('Jira2') { + steps { + jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' + } + } stage('Build') { steps { echo 'Running build automation' @@ -63,11 +68,6 @@ pipeline { } } } - stage('Jira2') { - steps { - jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' - } - } } } } From 22d2495d643a9c29867c5267a8d8f5510b858635 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:30:52 +0300 Subject: [PATCH 10/24] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8c47dc181..f6ba1fee0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('get hash') { steps { sh 'echo ${RELEASE_NOTES}' - sh 'echo ${GIT_COMMIT}' + sh 'echo ${GIT_COMMIT_MSG}' } } stage('Jira2') { From dca3f21cc634ae4505d6ad4f67ac0dca172259f5 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:03:25 +0300 Subject: [PATCH 11/24] DEV-1 --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f6ba1fee0..ee2ec15d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,11 @@ pipeline { } stage('Jira2') { steps { - jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' + script { + TaskID = sh 'git log -1 --pretty=%' + sh 'echo ${TaskID}' + jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' + } } } stage('Build') { From d002e1b641391a4f8e3cbee9f0d2ff1e5aab4c51 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:14:22 +0300 Subject: [PATCH 12/24] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index ee2ec15d8..16e66953e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { registryCredential = 'dockerhub_id' dockerImage = '' RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) + TaskID = '' } agent any stages { From c3a2179c798b7f8c9d62f2192b4efd6fa86e4cdd Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:14:45 +0300 Subject: [PATCH 13/24] DEV-2 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16e66953e..5402ce51e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ pipeline { echo: 'caught error: $err' } sh "sshpass -p '$USERPASS' -v ssh -o StrictHostKeyChecking=no $USERNAME@${env.server_api} \"docker run --restart always --name pet -p 8081:8080 -d sprientera/pet:${env.BUILD_NUMBER}\"" - } + } } } } From 058d81915c55e78b6ec1f6b6a59e93f99815198c Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:20:31 +0300 Subject: [PATCH 14/24] DEV-1 --- Jenkinsfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5402ce51e..d6791c448 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,22 +4,23 @@ pipeline { registryCredential = 'dockerhub_id' dockerImage = '' RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) - TaskID = '' + } agent any stages { stage('get hash') { steps { sh 'echo ${RELEASE_NOTES}' - sh 'echo ${GIT_COMMIT_MSG}' + sh 'echo ${GIT_COMMIT_MSG}' + sh 'echo 'git log -1 --pretty=%'' } } stage('Jira2') { steps { script { - TaskID = sh 'git log -1 --pretty=%' + commit = sh 'git log -1 --pretty=%' sh 'echo ${TaskID}' - jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' + jiraAddComment idOrKey: "${commit}", comment: 'build successfull', site: 'butenko992' } } } From 597e95a74874b95ae01b7a80790f2fbed81333f2 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:22:29 +0300 Subject: [PATCH 15/24] Update Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6791c448..23ba4d4f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,8 @@ pipeline { steps { sh 'echo ${RELEASE_NOTES}' sh 'echo ${GIT_COMMIT_MSG}' - sh 'echo 'git log -1 --pretty=%'' + def commit = sh(returnStdout: true, script: 'git log -1 --pretty=%B | cat') + sh 'echo ${commit}' } } stage('Jira2') { From 621f732c497dd5dff948c8945eeacb6c045387f2 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:23:34 +0300 Subject: [PATCH 16/24] DEV-1 --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 23ba4d4f6..58859cec6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,15 +12,14 @@ pipeline { steps { sh 'echo ${RELEASE_NOTES}' sh 'echo ${GIT_COMMIT_MSG}' - def commit = sh(returnStdout: true, script: 'git log -1 --pretty=%B | cat') + commit = sh(returnStdout: true, script: 'git log -1 --pretty=%B | cat') sh 'echo ${commit}' } } stage('Jira2') { steps { script { - commit = sh 'git log -1 --pretty=%' - sh 'echo ${TaskID}' + sh 'echo ${commit}' jiraAddComment idOrKey: "${commit}", comment: 'build successfull', site: 'butenko992' } } From 5fea384d68ea20eb193f2624fb7fdf51e00d8d48 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:32:26 +0300 Subject: [PATCH 17/24] DEV-1 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 58859cec6..95f773d42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { registryCredential = 'dockerhub_id' dockerImage = '' RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) - + commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() } agent any stages { @@ -12,7 +12,7 @@ pipeline { steps { sh 'echo ${RELEASE_NOTES}' sh 'echo ${GIT_COMMIT_MSG}' - commit = sh(returnStdout: true, script: 'git log -1 --pretty=%B | cat') + commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() sh 'echo ${commit}' } } From 1f8cc6b9da62d53be0324060f3501126a42ec662 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:34:19 +0300 Subject: [PATCH 18/24] Update Jenkinsfile --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 95f773d42..968e9d9ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,10 @@ pipeline { steps { sh 'echo ${RELEASE_NOTES}' sh 'echo ${GIT_COMMIT_MSG}' - commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() - sh 'echo ${commit}' + script { + commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() + sh 'echo ${commit}' + } } } stage('Jira2') { From 2131b8abd5bdf96f8a669bf8399b10c7a7bf1194 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:35:56 +0300 Subject: [PATCH 19/24] DEV-1 --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 968e9d9ad..4a0558351 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,13 +4,12 @@ pipeline { registryCredential = 'dockerhub_id' dockerImage = '' RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) - commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() +// commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() } agent any stages { stage('get hash') { steps { - sh 'echo ${RELEASE_NOTES}' sh 'echo ${GIT_COMMIT_MSG}' script { commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() @@ -22,7 +21,7 @@ pipeline { steps { script { sh 'echo ${commit}' - jiraAddComment idOrKey: "${commit}", comment: 'build successfull', site: 'butenko992' + jiraAddComment idOrKey: "${commit}", comment: 'build successfull from commit', site: 'butenko992' } } } From 932cc373b5f10bbf9cac4f8f7332b11339917368 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:58:10 +0300 Subject: [PATCH 20/24] DEV-1 --- Jenkinsfile | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4a0558351..523f35e6b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,28 +3,19 @@ pipeline { registry = "sprientera/pet" registryCredential = 'dockerhub_id' dockerImage = '' - RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) +// RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) // commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() } agent any stages { - stage('get hash') { - steps { - sh 'echo ${GIT_COMMIT_MSG}' - script { - commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() - sh 'echo ${commit}' - } - } - } - stage('Jira2') { - steps { - script { - sh 'echo ${commit}' - jiraAddComment idOrKey: "${commit}", comment: 'build successfull from commit', site: 'butenko992' - } - } - } +// stage('Jira2') { + // steps { + // script { + // sh 'echo ${commit}' + // jiraAddComment idOrKey: "${commit}", comment: 'build successfull from commit', site: 'butenko992' + // } + //} + //} stage('Build') { steps { echo 'Running build automation' @@ -75,6 +66,21 @@ pipeline { } } } + stage('get hash') { + steps { + sh 'echo ${GIT_COMMIT_MSG}' + script { + commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() + sh 'echo ${commit}' + } + } + } + } + post { + success { + echo 'I succeeded!' + jiraAddComment idOrKey: "${commit}", comment: 'build successfull from commit', site: 'butenko992' + } + } } -} } From 84cdf2b8aa2810a86657544ddb2b69fc7afda783 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:03:24 +0300 Subject: [PATCH 21/24] DEV-2 --- Jenkinsfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 523f35e6b..269a24e01 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,9 +3,9 @@ pipeline { registry = "sprientera/pet" registryCredential = 'dockerhub_id' dockerImage = '' + } // RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) // commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() - } agent any stages { // stage('Jira2') { @@ -68,7 +68,7 @@ pipeline { } stage('get hash') { steps { - sh 'echo ${GIT_COMMIT_MSG}' + // sh 'echo ${GIT_COMMIT_MSG}' script { commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim() sh 'echo ${commit}' @@ -76,11 +76,10 @@ pipeline { } } } - post { - success { - echo 'I succeeded!' - jiraAddComment idOrKey: "${commit}", comment: 'build successfull from commit', site: 'butenko992' - } + post { + success { + echo 'I succeeded!' + jiraAddComment idOrKey: "${commit}", comment: 'build successfull from commit', site: 'butenko992' } } } From 0e43ea25ff4b68d1ad8254f295b7e2420dcebaaa Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:04:06 +0300 Subject: [PATCH 22/24] DEV-2 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 269a24e01..e7a8ff5b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,3 +83,4 @@ pipeline { } } } +} From f5106bffe34b56c0714778d19b30db8848576c18 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:05:38 +0300 Subject: [PATCH 23/24] DEV-2 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index e7a8ff5b4..4dc78eff7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,6 +66,7 @@ pipeline { } } } + } stage('get hash') { steps { // sh 'echo ${GIT_COMMIT_MSG}' From 780339390f43b90e026ff338407ca29205e185ee Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:06:14 +0300 Subject: [PATCH 24/24] DEV-2 --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4dc78eff7..598d79758 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,4 +84,3 @@ pipeline { } } } -}