- Can you answer the questions in my earlier comment?
- Can you attach the Pipeline script that is failing so we can see what it is doing?
Question 1 I am unsure what kind of answer you want:
- a screenshot of the build folder?
- a directory listing of the build folder?
- a tarball of the build folder?
I don't have ssh access to the server that runs Jenkins, and I don't know what you want, so I will take a brute force approach. Difficult also works. I am going to make a job that runs ls -ld $(find /var/lib/jenkins). Please let me know what exactly you need, because I guess that the directory listing may also contain confidential information. Question 2 How can I find out if the log file exists? Question 3 Which Jenkins logs exactly? I'd be happy to provide you the information if I know where to look. Question 4 This is an ambiguous question, the literal answer would be "I know", but that would not be helpful. I will instead answer with steps to reproduce:
- Pipeline Job Plugin is at version 1.28.
- Start a failing job, job 1, and let it finish.
- Look at the console output of job 1 -> there is console output for job 1.
- Upgrade Pipeline Job Plugin to > 1.28.
- Restart Jenkins.
- Look at console output of job 1 -> there is console output for job 1.
- Start a failing job, job 2, and let it finish.
- Look at the console output of job 2 -> the console output for job 2 is empty.
- Downgrade Pipeline Job Plugin to 1.28.
- Restart Jenkins.
- Look at the console output of job 1 -> there is console output for job 1.
- Look at the console output of job 2 -> the console output for job 2 is empty.
- Start a failing job, job 3, and let it finish.
- Look at the console output of job 3 -> there is console output for job 3.
Question 5 For builds from before the update, there is indeed a console log, as described in my answer to question 4. I do not know about markup, is that important or relevant, and if so, how can I verify this?
The step logs are expected to be broken.
-> I don't understand what this means, could you please explain? Question 6 Is this a question for Marco Andries or for Jens Beyer? Question 7 Is this a question for Marco Andries or for Jens Beyer/Devin Nusbaum? Question 8 Yes, we are still seeing this issue. Question 9 I am collaborating with Marco Andries in providing you the answers. Question 10 test-pipeline-Jenkinsfile |