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