Fix Jenkins pipeline typo

This commit is contained in:
RichardG867
2021-11-13 13:48:43 -03:00
parent 95c5a52856
commit 5b63403195

2
.ci/Jenkinsfile vendored
View File

@@ -89,7 +89,7 @@ pipeline {
wait: false, wait: false,
job: it, job: it,
parameters: [ parameters: [
string(name: 'BUILD_TYPE', value: BUILD_TYPE) string(name: 'BUILD_TYPE', value: BUILD_TYPE),
string(name: 'BRANCH', value: env.GIT_COMMIT) string(name: 'BRANCH', value: env.GIT_COMMIT)
] ]
} }