Update artifact archiving in Jenkinsfile to target specific Farm Control files
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
This commit is contained in:
parent
39111d81c8
commit
7a90c63cb4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -78,7 +78,7 @@ def buildOnLabel(label, buildCommand) {
|
||||
}
|
||||
|
||||
stage("Archive Artifacts (${label})") {
|
||||
archiveArtifacts artifacts: 'app_dist/**/*.dmg, app_dist/**/*.exe, app_dist/**/*.pkg', fingerprint: true
|
||||
archiveArtifacts artifacts: 'app_dist/**/Farm Control*.dmg, app_dist/**/Farm Control*.exe, app_dist/**/Farm Control*.pkg', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user