Fix a typo

This commit is contained in:
2023-03-18 08:09:45 +01:00
parent 18ab744ab5
commit 5e58c4bbd7

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
build( build(
job: '../tools-deployment', job: '../tools-deployment',
parameters: [ parameters: [
string(name: 'TOOLS_BRANCH': value: "${GIT_BRANCH}") string(name: 'TOOLS_BRANCH', value: "${GIT_BRANCH}")
] ]
) )
} }