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} + ] ) } }