Jenkinsfile #110

Merged
peri4 merged 1 commits from master into release 2021-08-18 22:05:58 +03:00

1
Jenkinsfile vendored
View File

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