Why does the Jenkins service always stop whenever I cancel a build?
Why does the Jenkins service also always stop whenever I run a build?
For example, the code being used is:
def changedFiles = bat(script: ‘git diff --name-only HEAD~1 HEAD – *.sql’, returnStdout: true).trim()
The following checks have been made regarding logs and utilization:
Upgraded the server
Checked all user credentials files
Set Jenkins timeout
Set Jenkins pipeline timeout
Debugged the pipeline mode
Checked port
Checked Jenkins logs
Checked Event Viewer
From the list above, there are no issues.