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 b81abd4 commit 1c5c55cCopy full SHA for 1c5c55c
Jenkinsfile
@@ -143,8 +143,6 @@ pipeline {
143
dir('output') {
144
script {
145
if (params.GLUON_TARGET != 'ALL') {
146
- archiveArtifacts artifacts: 'images/**/*', fingerprint: true
147
- archiveArtifacts artifacts: 'meta/**/*', fingerprint: true
148
sshagent(credentials: ['tonne_ssh_access']) {
149
sh "mkdir -p ~/.ssh/"
150
sh "ssh-keyscan -p 1337 tonne.ffh.zone >> ~/.ssh/known_hosts"
0 commit comments