Skip to content

Commit 0bb4414

Browse files
committed
feat: Try to archive build artifacts
which should only work for child builds for now; if at all considering to torage has been defined.
1 parent 7693ce3 commit 0bb4414

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@ pipeline {
9191
}
9292
}
9393
}
94+
post {
95+
always {
96+
archiveArtifacts artifacts: 'gluon/output/images/**/*', fingerprint: true
97+
archiveArtifacts artifacts: 'gluon/output/meta/**/*', fingerprint: true
98+
}
99+
}
94100
}

0 commit comments

Comments
 (0)