-
New Feature
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 1.545
Jenkins GIT plugin 2.2.9
Pretested integration plugin 2.1.2
JDK 1.7.0_45
os Linux amd64 2.6.32-5
For "maven2/3 projects" only (ok for "free-style software projects").
Section 'Use pretested integration' does not appear in the Job configuration page of "maven2/3 projects".
While the 'Pretested Integration post-build' is available in the 'Add post-build action' dropdown, section 'Use pretested integration' does not appear in the Job configuration page.
Why 'Use pretested integration' doesn't show up? Conflict with another plugin? Something missing?
The build wrapper is deliberately only available in Freestyle projects:
https://github.com/jenkinsci/pretested-integration-plugin/blob/master/src/main/java/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationBuildWrapper.java#L186
Therefore reducing priority as it's probably just the publisher showing up when it shouldn't, and it's easy enough to prevent that: