We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acccfad commit 134a6bfCopy full SHA for 134a6bf
jenkins/linux-plugins.groovy
@@ -49,6 +49,8 @@ pipeline {
49
post {
50
always {
51
archiveArtifacts artifacts: 'builds/ninja-vcpkg/plugins/Release/clap-plugins.clap', fingerprint: true
52
+ zip zipFile: 'linux-vcpkg-logs.zip', archive: true, overwrite: true,
53
+ glob: 'vcpkg/buildtrees/**/*.log, vcpkg/installed/vcpkg/issue_body.md'
54
}
55
56
0 commit comments