Skip to content

Commit 64ec848

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 64ec848

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,9 @@ pipeline {
9191
}
9292
}
9393
}
94+
post {
95+
always {
96+
archiveArtifacts artifacts: 'output/**/*', fingerprint: true
97+
}
98+
}
9499
}

0 commit comments

Comments
 (0)