Skip to content

Commit

Permalink
Testing artifact archieve in stage
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Aug 9, 2023
1 parent d1b1346 commit ba97052
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ pipeline {
sh '''
./ci/iqe_tests.sh
'''

archiveArtifacts artifacts: 'artifacts/**/*', fingerprint: true
}
}
}
Expand Down Expand Up @@ -202,14 +204,14 @@ pipeline {
// }
}

post {
always {
node('insights') {
script {
archiveArtifacts artifacts: 'artifacts/**/*', fingerprint: true
junit skipPublishingChecks: true, testResults: 'artifacts/junit-*.xml'
}
}
}
}
// post {
// always {
// node('insights') {
// script {
// archiveArtifacts artifacts: 'artifacts/**/*', fingerprint: true
// junit skipPublishingChecks: true, testResults: 'artifacts/junit-*.xml'
// }
// }
// }
// }
}

0 comments on commit ba97052

Please sign in to comment.