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 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
|
||||||
|
Reference in New Issue
Block a user