-
Enhancement
-
Resolution: Done
-
Major
-
4.3.0.Beta1
-
None
For 3rd-party sites that are regularly changing, we could provide a Jenkins job that would automatically update the .target and provide the pull request.
- Input: sourceSite, initialMirror (as found in .target), targetMirror
- Then
- job mirros the sourceSite
- job publishes (scp) it to targetMirror
- job runs "sed s/initialMirror/targetMirror/" on multiple/*.target
- job runs "mvn fix-version ..." on multiple/*.target
- "mvn clean verify -Pmultiple2repo" on multiple/*.target
- git add multiple/*.target; git commit -m "Update initialMirror to targetMirror"; git push origin HEAD:change-BUILD_NUMBER
- p2diff
- Put p2diff as a comment on PR: https://developer.github.com/v3/pulls/comments/#create-a-comment
- incorporates
-
JBIDE-23013 Pull Docker Tooling bits into JBT builds more frequently
- Closed
-
JBIDE-22308 Generate p2diff together when generating TP site
- Closed
- is related to
-
JBIDE-22305 automate process for fetching latest target platform mirrors
- Closed
-
JBIDE-24772 Refactoring: eliminate devstudio target platform; reuse jbosstools target platform
- Closed
- relates to
-
JBIDE-23036 Move Docker/Vagrant Tooling from target platform to jbosstools-openshift pom dependency
- Closed