mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Fix typo in Jenkinsfile
This commit is contained in:
parent
d7bc854783
commit
2e9d57dcc8
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
Loading…
Reference in a new issue