Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question