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.

Get logs of Step #4636

duclong.ng ·

Hello Admim,
How can I read the logs of one step from another step?

Ex:
-master
-- run
-- print

print step

  1. logs = build.getStepLogs('master>run')?
  2. logs = execute(restUrl)? // from another build
    logger.info(logs)
  • replies 1
  • views 41
  • stars 0
robinshen ADMIN ·

Unfortunately this is not possible. Step logs can only be accessible after build is finished.