Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Do
-
Component/s: artifactory
-
Labels:None
-
Similar Issues:
Description
See JENKINS-45245 for context - we need to revert JENKINS-24064 due to it utterly hosing running tests in Intellij, which means we need war-for-test artifacts again. Which in turn means that we need to manually deploy war-for-test artifacts for the core versions that haven't been deploying them, currently 2.64 to 2.79 (though that could increase depending on when https://github.com/jenkinsci/jenkins/pull/3029 is merged), so that the reverted-to-original-behavior plugin-pom, maven-hpi-plugin, and jenkins-test-harness will work properly with those core versions.
This should be fairly trivial - the war-for-test jar files are literally just the original war files but with jar extension and war-for-test classifier. This could be done either via judicious use of mvn dependency:copy + mvn deploy:deploy-file calls, or via the Artifactory UI if preferred.
Attachments
Issue Links
- relates to
-
JENKINS-45245 Cannot run tests in IntelliJ IDEA with plugin parent POM 2.30
-
- Resolved
-
-
JENKINS-24064 war-for-test makes for excessively large artifacts of Jenkins core
-
- Resolved
-