Hello Admim,
How can I read the logs of one step from another step?
Ex:
-master
-- run
-- print
print step
- logs = build.getStepLogs('master>run')?
- logs = execute(restUrl)? // from another build
logger.info(logs)
Hello Admim,
How can I read the logs of one step from another step?
Ex:
-master
-- run
-- print
print step