-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NXP-7.x, NXP-8.x, NXP-9.x, NXP-10.x
-
Component/s: Continuous Integration, HotFix factory, Jenkins Pipeline, Nuxeo Scripts
-
Sprint:nxsupport 10.2.3
-
Story Points:0
The file is overwritten in updateXMLFilesForLibs function which removes any previous flag raised.
echo "NEW_ADDON_RELEASE_NEEDED=0" > ${JAR_WORK_FOLDER}/${ALERT_FILE}
should be
echo "NEW_ADDON_RELEASE_NEEDED=0" >> ${JAR_WORK_FOLDER}/${ALERT_FILE}