Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-01 12:11:45 +01:00
parent 7bae906da0
commit 75887abe7f

3
Jenkinsfile vendored
View File

@ -133,6 +133,9 @@ pipeline{
script {
archiveArtifacts artifacts: 'build/', fingerprint: true
}
sh'''
cp -rf build/* /home/dany/public/antos-release
'''
}
}
}