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 54b077b commit 46e6974Copy full SHA for 46e6974
src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/KubernetesPipelineTest.java
@@ -291,7 +291,6 @@ public void inheritFrom() throws Exception {
291
@Test
292
public void runInPodWithMultipleContainers() throws Exception {
293
r.assertBuildStatusSuccess(r.waitForCompletion(b));
294
- r.assertLogContains("image: \"jenkins/inbound-agent:", b);
295
r.assertLogContains("image: \"maven:3.3.9-jdk-8-alpine\"", b);
296
r.assertLogContains("image: \"golang:1.6.3-alpine\"", b);
297
r.assertLogContains("My Kubernetes Pipeline", b);
0 commit comments