Release 1.4.1 release-20170224
authorSoonKyu Park <sk7.park@samsung.com>
Fri, 24 Feb 2017 04:35:01 +0000 (13:35 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Fri, 24 Feb 2017 04:35:01 +0000 (13:35 +0900)
doc/RELEASE_NOTES
packaging/jenkins-scripts.changes
packaging/jenkins-scripts.spec

index 1a5b5dd..4423831 100644 (file)
@@ -1,3 +1,32 @@
+Release notes for jenkins service 1.4.1
+============================
+
+- Release Date: 2017-02-24
+
+- Bugfixes:
+  * [BuildMonitor] truncate the msg when the data is too long
+  * [BuildMonitor] BUGFIX : fix the status value
+  * [BuildMonitor] rollback to add "broken" status in common/buildservice.py
+  * Use the OBS_package name on Staging OBS project
+  * Continue to create images when image-configurations is not found during prerelease
+  * Do not remove xml files in directory 'depends'
+  * Create a jenkins-jobs-tools-testing deb and rpm files
+  * [BuildMonitor] Add the 'DROPPED_PRERELEASE_PROJECTS' value
+  * Compensation for BUILD_START, BUILD_SUCCESS, BUILD_UNCHANGED
+  * Do not use 'test' for config_string
+  * Make build_project_id even for srcsrv_update_project
+
+- Features:
+  * [BuildMonitor] Add the image-creation check routine
+  * [BuildMonitor] Add the check condition of the pkg build_status
+  * ADDED: Script for the new job trbs_test_result_receiver
+  * [BuildMonitor] Add the filter func to remove the dropped project
+  * [BuildMonitor] add 'ORDER BY id desc LIMIT 1'
+  * [BuildMonitor] Add the MAX_MSG_LEN value
+  * [BuildMonitor] Add tirgger "BUILD-MONITOR" job for checking image-creation
+  * Add jobs for TRBS_test_result_receiver
+
+
 Release notes for jenkins service 1.4
 ============================
 
index d95f6ab..27504de 100644 (file)
@@ -1,3 +1,18 @@
+---------------------------------------------------------------------
+Fri 24 08:00:00 KST 2017 SoonKyu Park <sk7.park@samsung.com> - 1.4.1
+- [BuildMonitor] truncate the msg when the data is too long
+- [BuildMonitor] Add the image-creation check routine
+- [BuildMonitor] BUGFIX : fix the status value
+- [BuildMonitor] Add the check condition of the pkg build_status
+- [BuildMonitor] rollback to add "broken" status in common/buildservice.py
+- ADDED: Script for the new job trbs_test_result_receiver
+- [BuildMonitor] Add the filter func to remove the dropped project
+- Use the OBS_package name on Staging OBS project
+- [BuildMonitor] add 'ORDER BY id desc LIMIT 1'
+- Continue to create images when image-configurations is not found during prerelease
+- Do not remove xml files in directory 'depends'
+
+
 ------------------------------------------------------------------
 Mon 7 08:00:00 KST 2017 SoonKyu Park <sk7.park@samsung.com> - 1.4
 
index 69d845c..2c445ea 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 Name:           jenkins-scripts
-Version:        1.4
+Version:        1.4.1
 %if 0%{?opensuse_bs}
 Release:        1.<CI_CNT>.<B_CNT>
 %else