Skip to content

Require newer Jenkins core - #9

Open
AayushSaini101 wants to merge 3 commits into
jenkinsci:masterfrom
AayushSaini101:require-newer-core
Open

Require newer Jenkins core#9
AayushSaini101 wants to merge 3 commits into
jenkinsci:masterfrom
AayushSaini101:require-newer-core

Conversation

@AayushSaini101

Copy link
Copy Markdown

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
Copy Markdown
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