master #34

Merged
peri4 merged 8 commits from master into release 2020-05-28 17:34:29 +03:00
Showing only changes of commit 007e3db9ef - Show all commits

8
Jenkinsfile vendored
View File

@@ -37,10 +37,14 @@ node {
} }
} }
sh "docker system prune -f" sh "docker system prune -f"
stage("PIP doc") { echo "${_msg}"
}
pipeline {
agent { agent {
label 'master' label 'master'
} }
stages {
stage("PIP doc") {
steps { steps {
checkout scm checkout scm
sh "rm -rf share" sh "rm -rf share"
@@ -52,5 +56,5 @@ node {
archiveArtifacts 'pip_doc.zip' archiveArtifacts 'pip_doc.zip'
} }
} }
echo "${_msg}" }
} }