Skip to content

Commit

Permalink
artiufacts
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Dec 3, 2023
1 parent fddbed9 commit ff1878a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions player/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ pipeline {
}
}
stage('Publish Artifacts') {
agent any
steps {
echo "Artifacts"
unstash 'port'
unstash 'linux'
unstash 'windows'
sh 'ls -Ral'
archiveArtifacts '*.tar.gz,*.zip'
}
}
}
Expand Down

0 comments on commit ff1878a

Please sign in to comment.