[BuildMonitor] fix 'BUILD-MONITOR(Post_Image)' job fail issue after 'SR Accept' 71/116771/1
authorSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 28 Feb 2017 07:18:30 +0000 (16:18 +0900)
committerSungHun Hwang <sh0924.hwang@samsung.com>
Tue, 28 Feb 2017 07:18:30 +0000 (16:18 +0900)
After 'SR Accept', occasionally,
'BUILD-MONITOR' job which bm_stage is 'Post_Image' failed
this is bcz env file is overlapped and
the order of inserting the table_id is twisted

So I fixed the env file name

Change-Id: I4a62949a29f9280d6f7b596bc7206c1438a22ddb
Signed-off-by: SungHun Hwang <sh0924.hwang@samsung.com>
jobs/create-snapshot/config.xml

index 2255140..6a29baf 100755 (executable)
@@ -123,7 +123,7 @@ if(matcher?.matches()) {
         <hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
           <configs>
             <hudson.plugins.parameterizedtrigger.FileBuildParameters>
-              <propertiesFile>BUILD-MONITOR-POST.env</propertiesFile>
+              <propertiesFile>BUILD-MONITOR_Post_Image.env</propertiesFile>
               <failTriggerOnMissing>false</failTriggerOnMissing>
               <useMatrixChild>false</useMatrixChild>
               <onlyExactRuns>false</onlyExactRuns>