Fix typo in Jenkinsfile
This commit is contained in:
4
.ci/Jenkinsfile
vendored
4
.ci/Jenkinsfile
vendored
@@ -50,11 +50,11 @@ def saveArtifacts() {
|
||||
|
||||
def anySuccess = false
|
||||
|
||||
def buildChain = {
|
||||
def buildChain = [
|
||||
'86Box': '86Box-Dev',
|
||||
'86Box-Dev': '86Box-Debug',
|
||||
'86Box-TestBuildPleaseIgnore': '86Box-TestBuildPleaseIgnore2'
|
||||
}
|
||||
]
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
|
Reference in New Issue
Block a user