-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-57993] Verify no warnings are printed for a basic build #503
Conversation
…ed for a basic build using podTemplate.
@@ -103,10 +107,6 @@ public void runInPod() throws Exception { | |||
pods.getItems(), hasSize(1)); | |||
SemaphoreStep.success("pod/1", null); | |||
|
|||
for (String msg : logs.getMessages()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not very useful; left over from 23a0fce.
ci.jenkins.io test failure is that addressed in #496. |
…stractAsyncNodeMonitorDescriptor errors would now be printed.
assertNotNull(timeoutTemplate); which I cannot reproduce locally. I suspect it is a race condition in the test. |
Getting a failure from |
@@ -205,6 +205,12 @@ | |||
</exclusion> | |||
</exclusions> | |||
</dependency> | |||
<dependency> <!-- TODO for #sshagent pending https://github.com/jenkinsci/ssh-credentials-plugin/pull/47 --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downstream of jenkinsci/jenkins#4066.