We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701df4a commit 5419fb9Copy full SHA for 5419fb9
1 file changed
.cci.jenkinsfile
@@ -17,7 +17,7 @@ def imageName = buildImage(env: [ENABLE_GO_RACE_DETECTOR: "1", GOMAXPROCS: cpuCo
17
// that we allow to fail to work around the problem while we investigate.
18
try {
19
pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memory}Mi") {
20
- shwrap("Initial pod creation worked!")
+ shwrap("echo 'Initial pod creation worked!'")
21
}
22
} catch(e) {
23
echo "Initial pod creation failed. Continuing."
0 commit comments