From 3a8ad78f4d5dbc31ac5615959748a45d8939ddf5 Mon Sep 17 00:00:00 2001 From: victormylle <32961910+victormylle@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:00:31 +0100 Subject: [PATCH] added parameter to publish.sh --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce2b057..6063010 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Publish') { steps { - sh './publish.sh' + sh './publish.sh ${env.BUILD_ID}' } }