We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7127371 commit a3704ccCopy full SHA for a3704cc
Jenkinsfile
@@ -5,6 +5,7 @@ pipeline {
5
}
6
options {
7
newContainerPerStage()
8
+ buildDiscarder(logRotator(numToKeepStr: "100", artifactNumToKeepStr: "5"))
9
10
parameters {
11
booleanParam(name: 'MSVC64', defaultValue: true, description: 'Build with MSVC64 (often hangs)')
0 commit comments