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

This commit is contained in:
Dany LE 2023-01-03 17:40:51 +01:00 committed by GitHub
parent 381e3bace8
commit c25e1d6cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View File

@ -40,9 +40,6 @@ pipeline{
// only useful for any master branch
//if (env.BRANCH_NAME =~ /^master/) {
archiveArtifacts artifacts: 'd.ts/, build/, doc/', fingerprint: true
sh'''
cp -rf doc /home/dany/public/antos-release/doc-2.0.x
'''
//}
}
}