Jenkinsfile

This commit is contained in:
2021-08-18 22:05:00 +03:00
parent ff3559d97b
commit 4e05a0b2ce

1
Jenkinsfile vendored
View File

@@ -54,6 +54,7 @@ pipeline {
}
options {
copyArtifactPermission('*');
buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10"))
}
stages {
stage("PIP doc") {