Jenkinsfile #110
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -54,6 +54,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
copyArtifactPermission('*');
|
copyArtifactPermission('*');
|
||||||
|
buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10"))
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("PIP doc") {
|
stage("PIP doc") {
|
||||||
|
|||||||
Reference in New Issue
Block a user