From 6a75bb7cdcd98b55cbfee12dbbdb14270d9e99ef Mon Sep 17 00:00:00 2001 From: Bartosz Kuzma Date: Sat, 18 Mar 2023 08:05:11 +0100 Subject: [PATCH] Let's try to pass some parameters --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ef715c9..5a09e7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,8 @@ pipeline { ) build( job: '../tools-deployment' - string: [ - 'TOOLS_BRANCH': ${GIT_BRANCH} + parameters: [ + string(name: 'TOOLS_BRANCH': value: "${GIT_BRANCH}") ] ) }