Pipeline Run Logs

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

The Pipeline Run Logs view of Pipelines provides the facilities to view the log of execution, test results, and other information for steps in the pipeline.

The logs can be displayed for any step within any recorded or executing run of a pipeline. It will display the details of that step's execution as it was performed in that run of the pipeline.

reqsealer-eventMetric.log

For detailed information about steps and runs, you can also view the reqsealer-eventMetric.log file: /pipelines/controlplane/logs/reqsealer-eventMetric.log.

Example

{"timestamp":"2021-12-16T06:06:43.897Z","domain":"step","pipelineName":"test_pipeline1","triggeredBy":"admin","branchName":"master","stepName":"step1","runNumber":2,"status":"error","durationMillis":null}
{"timestamp":"2021-12-16T06:13:37.332Z","domain":"step","pipelineName":"test_pipeline3","triggeredBy":"admin","branchName":"master","stepName":"step3","runNumber":3,"status":"success","durationMillis":2329}
{"timestamp":"2021-12-16T06:13:37.332Z","domain":"run","pipelineName":"test_pipeline3","triggeredBy":"admin","branchName":"master","runNumber":3,"status":"success","durationMillis":2329} 
{"timestamp":"2021-12-16T08:32:57.063Z","domain":"step","pipelineName":"test_pipeline2","triggeredBy":"admin","branchName":"master","stepName":"step2","runNumber":2,"status":"cancelled","durationMillis":5639}
{"timestamp":"2021-12-16T08:32:57.063Z","domain":"run","pipelineName":"test_pipeline2","triggeredBy":"admin","branchName":"master","runNumber":2,"status":"cancelled","durationMillis":5639}

The following topics review tasks related to Pipeline run logs: