Archive Artifacts

This commit is contained in:
s152483 2020-04-03 12:55:31 +02:00
parent ba918630b8
commit ff99b94bc1

5
Jenkinsfile vendored
View File

@ -17,5 +17,10 @@ pipeline {
sh './cl.sh'
}
}
stage('Archive Artifacts') {
steps {
archiveArtifacts 'cl_result.txt'
}
}
}
}