Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Releng & Hudson Builds

Hi all,

 

I’ve changed the path where sources are checked out by Hudson for the Master jobs, to avoid conflicts with the local maven repository. Consequently, I’ve modified the post-builds scripts (build-after.sh) on Master so that it can find the result artifacts at the right (new) location. If you are using these scripts on your HIPP jobs, please ensure that you:

 

-          Change the Git Checkout option to use a local subdirectory (“source”)

-          Change the Maven build step to look for the pom.xml file in this source directory (e.g. build ‘source/releng/pom.xml’ instead of ‘releng/pom.xml’)

 

Jobs that do not use the build-after.sh scripts won’t be affected by this change, as well as Jobs based on the Mars branch.

 

Regards,
Camille


Back to the top