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 4006ac2 commit b65b8d9Copy full SHA for b65b8d9
Jenkinsfile
@@ -14,6 +14,7 @@ pipeline {
14
steps {
15
echo 'Testing..'
16
sh 'make check'
17
+ archiveArtifacts artifacts: 'tests/test-suite.log', fingerprint: true
18
}
19
20
stage('Deploy') {
0 commit comments