Skip to content

Commit 1c5c55c

Browse files
committed
feat: Cease storing artifacts
on the controller, which is supposed to be ephemereal anyway. Fingerprints have been verified and match the files on tonne.
1 parent b81abd4 commit 1c5c55c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ pipeline {
143143
dir('output') {
144144
script {
145145
if (params.GLUON_TARGET != 'ALL') {
146-
archiveArtifacts artifacts: 'images/**/*', fingerprint: true
147-
archiveArtifacts artifacts: 'meta/**/*', fingerprint: true
148146
sshagent(credentials: ['tonne_ssh_access']) {
149147
sh "mkdir -p ~/.ssh/"
150148
sh "ssh-keyscan -p 1337 tonne.ffh.zone >> ~/.ssh/known_hosts"

0 commit comments

Comments
 (0)