update jenkinsfile
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit

This commit is contained in:
Dany LE 2023-01-01 15:10:57 +01:00
parent 32b05ad5de
commit b24a263996

12
Jenkinsfile vendored
View File

@ -120,5 +120,17 @@ pipeline{
}
}
}
stage('Archive') {
steps {
script {
archiveArtifacts artifacts: 'build/', fingerprint: true
}
sh'''
cp -rf build/* /home/dany/public/antos-release/deb
'''
}
}
}
}