Fix Jenkins pipeline typo
This commit is contained in:
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@@ -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)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user