buildframework/helium/config/signaling_config_default.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 588 c7c26511138f
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
   167 
   167 
   168     <hlm:signalInput id="signalValidatePolicyInvalidOrMissingInput" failbuild="defer">
   168     <hlm:signalInput id="signalValidatePolicyInvalidOrMissingInput" failbuild="defer">
   169         <hlm:notifierListRef refid="defaultFailNotifier" />
   169         <hlm:notifierListRef refid="defaultFailNotifier" />
   170     </hlm:signalInput>
   170     </hlm:signalInput>
   171 
   171 
   172     <hlm:signalInput id="testSBSScanlogInput" failbuild="now">
       
   173         <hlm:notifierListRef refid="defaultFailNotifier" />
       
   174     </hlm:signalInput>
       
   175 
       
   176     <hlm:signalListenerConfig id="testSBSScanlog" target="test-scanlog-metadata-1" message="sbs scanlog processed">
       
   177         <hlm:targetCondition>
       
   178             <hlm:hasSeverity severity="error" file="${env.TEMP}/signals/test-scanlog-metadata-1.log.status.xml" />
       
   179         </hlm:targetCondition>
       
   180         <signalNotifierInput>
       
   181             <signalInput refid="testSBSScanlogInput" />
       
   182             <notifierInput file = "${env.TEMP}/signals/test-scanlog-metadata-1.log.status.html" />
       
   183         </signalNotifierInput>
       
   184     </hlm:signalListenerConfig>
       
   185 
       
   186     <hlm:signalListenerConfig id="prepWorkAreaSignal" target="prep-work-area" message="Errors happened during Preparing Work Area">
   172     <hlm:signalListenerConfig id="prepWorkAreaSignal" target="prep-work-area" message="Errors happened during Preparing Work Area">
   187         <hlm:targetCondition>
   173         <hlm:targetCondition>
   188             <hlm:hasSeverity severity="error" file="${build.cache.log.dir}/signals/${build.id}_ccm_get_input.log.status.xml" />
   174             <hlm:hasSeverity severity="error" file="${build.cache.log.dir}/signals/${build.id}_ccm_get_input.log.status.xml" />
   189         </hlm:targetCondition>
   175         </hlm:targetCondition>
   190         <signalNotifierInput>
   176         <signalNotifierInput>
   414                     <include name="**/${build.id}_sisfiles*" />
   400                     <include name="**/${build.id}_sisfiles*" />
   415                 </fileset>
   401                 </fileset>
   416             </notifierInput>
   402             </notifierInput>
   417         </signalNotifierInput>
   403         </signalNotifierInput>
   418     </hlm:signalListenerConfig>
   404     </hlm:signalListenerConfig>
       
   405     
       
   406     <hlm:signalExceptionConfig id="signal.exception.post.build">
       
   407         <hlm:notifierList>
       
   408             <hlm:executeTaskNotifier>
       
   409                 <if>                
       
   410                     <isset property="exceptions.target" />
       
   411                     <then>
       
   412                         <runtarget target="${exceptions.target}" />
       
   413                     </then>
       
   414                 </if>
       
   415             </hlm:executeTaskNotifier>
       
   416         </hlm:notifierList>
       
   417     </hlm:signalExceptionConfig>
   419 </project>
   418 </project>
       
   419 
       
   420