diff --git a/Jenkinsfile b/Jenkinsfile index fd65234..f2b7e7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -133,6 +133,9 @@ pipeline{ script { archiveArtifacts artifacts: 'build/', fingerprint: true } + sh''' + cp -rf build/* /home/dany/public/antos-release + ''' } } }