Skip to content
Snippets Groups Projects
Commit 660a37d6 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Archive conaninfo.txt for debugging.

parent d462d802
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ stage('Data Explorer (Mac)') { ...@@ -45,7 +45,7 @@ stage('Data Explorer (Mac)') {
} }
stage('Archive (Mac)') { stage('Archive (Mac)') {
archiveArtifacts 'build/*.tar.gz,build/*.dmg' archiveArtifacts 'build/*.tar.gz,build/*.dmg,build/conaninfo.txt'
} }
stage('Post (Mac)') { stage('Post (Mac)') {
......
...@@ -40,7 +40,7 @@ withEnv(helper.getEnv(this)) { ...@@ -40,7 +40,7 @@ withEnv(helper.getEnv(this)) {
} }
stage('Archive (Win)') { stage('Archive (Win)') {
archiveArtifacts 'build/*.zip' archiveArtifacts 'build/*.zip,build/conaninfo.txt'
} }
stage('Post (Win)') { stage('Post (Win)') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment