]
Jan Richter commented on JBDS-4185:
-----------------------------------
Looks like I came too late since this is already resolved. Anyway, I think it would be a
lot simpler to just use matrix jobs instead. So I created JBDS-4206.
Publish windows and macOS builds to the same location
-----------------------------------------------------
Key: JBDS-4185
URL:
https://issues.jboss.org/browse/JBDS-4185
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.2.0.GA
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 10.2.0.GA
Currently we have two jenkins CI projects building DevSuite Installer:
1. Windows build;
2. macOS build.
(1) is publishing bits to
http://cdk-builds.usersys.redhat.com/builds/nightly/devsuite/;
(2) is not publishing them at all;
We need to trigger both when something released into git repository and then publish both
builds into the same folder on
http://cdk-builds.usersys.redhat.com/builds/nightly/devsuite/.
Possible solution is introducing third build that would generate folder name, create that
folder in
http://cdk-builds.usersys.redhat.com/builds/nightly/devsuite/ and then would
trigger (1) and (2) passing them folder name as a parameter. Builds would publish bits to
that location after build is finished.