Merge pull request 'master' (#258) from master into test
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #258
This commit was merged in pull request #258.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -25,7 +25,7 @@ def build_docker(dist, release_dir, is_testing) {
|
|||||||
}
|
}
|
||||||
return "\n - ${image_name}"
|
return "\n - ${image_name}"
|
||||||
}
|
}
|
||||||
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '20']], copyArtifactPermission('*')]);
|
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '2000']], copyArtifactPermission('*')]);
|
||||||
node {
|
node {
|
||||||
stage("Download SRC") {
|
stage("Download SRC") {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|||||||
2
cd
2
cd
Submodule cd updated: b65bf5e640...a3e88f792d
2
pip
2
pip
Submodule pip updated: 3483edbd76...caa7880cc4
2
qad
2
qad
Submodule qad updated: 1becca7519...04b40d367c
Reference in New Issue
Block a user