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 d1eaee9 commit c08a2ebCopy full SHA for c08a2eb
Jenkinsfile
@@ -111,8 +111,12 @@ pipeline {
111
}
112
post {
113
always {
114
- archiveArtifacts artifacts: 'gluon/output/images/**/*', fingerprint: true
115
- archiveArtifacts artifacts: 'gluon/output/meta/**/*', fingerprint: true
+ script {
+ if (params.GLUON_TARGET != 'ALL') {
116
+ archiveArtifacts artifacts: 'gluon/output/images/**/*', fingerprint: true
117
+ archiveArtifacts artifacts: 'gluon/output/meta/**/*', fingerprint: true
118
+ }
119
120
121
122
0 commit comments