R
R
rustler20002018-08-21 09:14:50
Jenkins
rustler2000, 2018-08-21 09:14:50

Is there a tool to view the live Jenkins build log from the shell?

Is there a tool to view the live Jenkins build log from the shell?
Like ```#jenkins-tail job/name```
and it gave out live what is happening there?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2018-08-21
@rustler2000

It looks like there is no such functionality. But there are options to try.
Text logs are stored on disk somewhere here: $JENKINS_HOME/jobs/$JOB_NAME/builds/lastSuccessfulBuild/log
Or you can try with curl:

watch -n 5 wget -qO- https://jenkins.pay-me.ru/job/{имя_job'а}/{имя билда}/consoleText

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question