You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To demonstrate that the code functions as expected, and to prevent future regressions, there should be a suite of automated test for the plugin. src/test/java/org/conjur/jenkins/configuration/ConjurConfigurationTest.java exists, but the body of the test method is commented out.
As part of writing the test suite, a Jenkinsfile should be added that runs the suite and builds the .hpi when the tests all pass.
The text was updated successfully, but these errors were encountered:
To demonstrate that the code functions as expected, and to prevent future regressions, there should be a suite of automated test for the plugin. src/test/java/org/conjur/jenkins/configuration/ConjurConfigurationTest.java exists, but the body of the test method is commented out.
As part of writing the test suite, a Jenkinsfile should be added that runs the suite and builds the
.hpi
when the tests all pass.The text was updated successfully, but these errors were encountered: