Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace dependee plugin binary with script security call (#83)
The dependee plugin binary causes lots of noise when the JenkinsRule test is starting. The noise includes many reports of plugins that cannot be loaded because they require newer dependencies, even though the newest dependencies are already included as test scoped dependencies in the pom file. I assume that is due to the ancient Jenkins version that is referenced in the dependee plugin binary. The dependee plugin was built in 2013 and is not part of the Jenkins update center. Use the script security plugin instead because it is already a dependency and does not require separate script approval. Detected the test noise while evaluating pull request: * #81 The test was passing but was generating many failure messages because badge plugin 1.13 could not be loaded. Those messages no longer happen with this test change. Adds more assertions on the BadgeAction object for good measure.
- Loading branch information