Jenkinsfile
This commit is contained in:
Vendored
+3
@@ -43,6 +43,9 @@ pipeline {
|
||||
agent {
|
||||
label 'master'
|
||||
}
|
||||
options {
|
||||
copyArtifactPermission('*');
|
||||
}
|
||||
stages {
|
||||
stage("PIP doc") {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user