Browse Source

no more artifacts on jenkins since github can handle that

pull/240/head
JT 1 year ago
parent
commit
0dbcd53f6f
  1. 5
      Jenkinsfile

5
Jenkinsfile vendored

@ -35,11 +35,6 @@ node("Diligence") {
stage('Publish Linux') { stage('Publish Linux') {
sh "/home/jenkins/.dotnet/tools/pupnet --runtime linux-x64 --kind appimage --app-version ${version} --clean -y" sh "/home/jenkins/.dotnet/tools/pupnet --runtime linux-x64 --kind appimage --app-version ${version} --clean -y"
} }
stage ('Archive Artifacts') {
archiveArtifacts artifacts: 'out/*.exe', followSymlinks: false
archiveArtifacts artifacts: 'Release/linux-x64/*.AppImage', followSymlinks: false
}
} }
} finally { } finally {
stage('Cleanup') { stage('Cleanup') {

Loading…
Cancel
Save