Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Log of Running build #4194

MohaiminEhsan ·

Hello,

Suppose, A 30 min long job is running; I want to get the log of this running build (while its running) and forcefully stop if certain conditions are matched.

How can I get the log of a running build from another build?

  • replies 3
  • views 861
  • stars 0
robinshen ADMIN ·

This is not possible. However you may configure error detection of the command line step in A to fail the build upon seeing particular log pattern.

MohaiminEhsan ·

Okay.
The detect error section, if certain log pattern is found it will give error right?
Is there any option that if certain log pattern is found, it will stop that build?

robinshen ADMIN ·

It will fail the step and in turn will fail the build.