We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61142a3 commit 60ce288Copy full SHA for 60ce288
Jenkinsfile
@@ -107,8 +107,12 @@ pipeline {
107
}
108
post {
109
always {
110
- archiveArtifacts artifacts: 'gluon/output/images/**/*', fingerprint: true
111
- archiveArtifacts artifacts: 'gluon/output/meta/**/*', fingerprint: true
+ script {
+ if (params.GLUON_TARGET != 'ALL') {
112
+ archiveArtifacts artifacts: 'gluon/output/images/**/*', fingerprint: true
113
+ archiveArtifacts artifacts: 'gluon/output/meta/**/*', fingerprint: true
114
+ }
115
116
117
118
0 commit comments