hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig.help-block.html Maven / Gradle / Ivy
 The newest version!
        
        
  When activating this option, triggered builds will be run synchronously. The
  result of the current build step or the current build can then be controlled
  using the three following options:
  - Fail this build step if the triggered build is worse or equal to:
  This option takes precedence over the two following ones if its value is not
  never. In that case, the result of the current build step (that is,
  success or failure) is based on the result of the triggered builds. If the
  condition defined for at least one of the triggered build is met, then the
  build step will be considered as failed.
 
  - Mark this build as failure if the triggered build is worse or equal to:
  This option takes precedence over the next one if its value is not set to
  never. In that case, the current build will be considered as failed
  based on the result of the triggered builds and the value of the option.
 
  - Mark this build as unstable if the triggered build is worse or equal to:
  This option is taken into account if its value is not never. In that
  case, the build will be considered as unstable based on the result of the
  triggered builds and the value of this option.
 
  
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy