|
|
@ -38,7 +38,7 @@ node("Diligence") { |
|
|
|
|
|
|
|
|
|
|
|
stage ('Archive Artifacts') { |
|
|
|
stage ('Archive Artifacts') { |
|
|
|
archiveArtifacts artifacts: 'out/*.exe', followSymlinks: false |
|
|
|
archiveArtifacts artifacts: 'out/*.exe', followSymlinks: false |
|
|
|
archiveArtifacts artifacts: 'Release/linux-x64/*.appimage', followSymlinks: false |
|
|
|
archiveArtifacts artifacts: 'Release/linux-x64/*.AppImage', followSymlinks: false |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} finally { |
|
|
|
} finally { |
|
|
|