ci: added artifacts
This commit is contained in:
parent
37f9763d72
commit
cf49e9a60d
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -62,6 +62,9 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
sh 'tar -cf - dist/ | xz -9 -c - > neonjs-library.tar.xz'
|
||||
archiveArtifacts artifacts: 'neonjs-library.tar.xz', fingerprint: true
|
||||
|
||||
deleteDir()
|
||||
cleanWs()
|
||||
}
|
||||
|
|
Reference in a new issue