Skip to content

Commit 5419fb9

Browse files
committed
.cci.jenkinsfile: fix typo in shwrap
I needed to actually provide a command to run that would print the text. Fixes 456beae.
1 parent 701df4a commit 5419fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cci.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def imageName = buildImage(env: [ENABLE_GO_RACE_DETECTOR: "1", GOMAXPROCS: cpuCo
1717
// that we allow to fail to work around the problem while we investigate.
1818
try {
1919
pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memory}Mi") {
20-
shwrap("Initial pod creation worked!")
20+
shwrap("echo 'Initial pod creation worked!'")
2121
}
2222
} catch(e) {
2323
echo "Initial pod creation failed. Continuing."

0 commit comments

Comments
 (0)