]
Nick Boldt updated JBIDE-24987:
-------------------------------
Fix Version/s: 4.5.1.AM2
fix TP PR jobs so they run p2diff against last available published
TP
---------------------------------------------------------------------
Key: JBIDE-24987
URL:
https://issues.jboss.org/browse/JBIDE-24987
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, target-platform
Affects Versions: 4.5.1.AM2
Reporter: Nick Boldt
Fix For: 4.5.1.AM2
Realized today that the TP PR job is failing because it's trying to diff against a TP
URL that doesn't (yet) exist.
So, pass in these params:
{code}-DtargetRepositoryURL=\
http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/${T...
\
-Dp2diff.skip=false{code}
If this doesn't work we can just skip the p2diff check entirely.