Jenkinsfile

This commit is contained in:
2021-03-24 19:44:08 +03:00
parent a66aca0e4e
commit 9baa4c53a5
2 changed files with 4 additions and 1 deletions
Vendored
+3
View File
@@ -43,6 +43,9 @@ pipeline {
agent {
label 'master'
}
options {
copyArtifactPermission('*');
}
stages {
stage("PIP doc") {
steps {