Update Jenkinsfile

This commit is contained in:
DanyLE 2023-01-02 11:05:06 +01:00 committed by Dany LE
parent 9d1c66fe50
commit 70301d8817

3
Jenkinsfile vendored
View File

@ -40,6 +40,9 @@ 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
'''
//}
}
}