Jenkins “Console Output” log location in filesystem

后端 未结 8 2534
自闭症患者
自闭症患者 2020-12-13 12:56

I want to access and grep Jenkins Console Output as a post build step in the same job that creates this output. Redirecting logs with >> log.txt is not a

8条回答
  •  南笙
    南笙 (楼主)
    2020-12-13 13:32

    I found the console output of my job in the browser at the following location:

    http://[Jenkins URL]/job/[Job Name]/default/[Build Number]/console

提交回复
热议问题