This commit is contained in:
Vendored
+9
-4
@@ -20,10 +20,6 @@ def build_docker(name, release_dir) {
|
||||
return "\n - ${image_name}"
|
||||
}
|
||||
node {
|
||||
options {
|
||||
copyArtifactPermission('*');
|
||||
buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10"))
|
||||
}
|
||||
stage("checkout") {
|
||||
checkout scm
|
||||
}
|
||||
@@ -53,3 +49,12 @@ node {
|
||||
archiveArtifacts 'release/*'
|
||||
echo "${_msg}"
|
||||
}
|
||||
pipeline {
|
||||
agent {
|
||||
label 'master'
|
||||
}
|
||||
options {
|
||||
copyArtifactPermission('*');
|
||||
buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user