Skip to content

Conversation

@AayushSaini101
Copy link

Update the pom to the latest version of the Jenkins

project.setDefinition(pipelineDefinition);
WorkflowRun build = project.scheduleBuild2(0).get(); // schedule right now and wait to complete.
master.assertBuildStatus(Result.FAILURE, build);
master.assertBuildStatus(Result.SUCCESS, build);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is meant to fail the build.
So, something changed and needs updating to make sure our assumptions are correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants