Fix typo in Jenkinsfile

This commit is contained in:
RichardG867
2021-11-14 03:07:16 -03:00
parent d7bc854783
commit 2e9d57dcc8

4
.ci/Jenkinsfile vendored
View File

@@ -50,11 +50,11 @@ def saveArtifacts() {
def anySuccess = false def anySuccess = false
def buildChain = { def buildChain = [
'86Box': '86Box-Dev', '86Box': '86Box-Dev',
'86Box-Dev': '86Box-Debug', '86Box-Dev': '86Box-Debug',
'86Box-TestBuildPleaseIgnore': '86Box-TestBuildPleaseIgnore2' '86Box-TestBuildPleaseIgnore': '86Box-TestBuildPleaseIgnore2'
} ]
pipeline { pipeline {
agent none agent none