From 542fe877120b15ba5a4f793d6125b01fbfbd1081 Mon Sep 17 00:00:00 2001 From: Bartosz Kuzma Date: Sat, 18 Mar 2023 07:47:20 +0100 Subject: [PATCH] Let's try to pass some parameters --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 56b129e..ef715c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,9 @@ pipeline { ) build( job: '../tools-deployment' + string: [ + 'TOOLS_BRANCH': ${GIT_BRANCH} + ] ) } }