We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The publish job triggered after the merge of PR #547 failed with the error:
INFO:jenkins_jobs.cli.subcommand.update:Number of jobs updated: 40 INFO:jenkins_jobs.builder:Number of views generated: 1 INFO:jenkins_jobs.builder:Reconfiguring jenkins view Daily CCv0 baseline Traceback (most recent call last): File "/home/runner/.local/lib/python3.8/site-packages/jenkins/__init__.py", line 578, in jenkins_request return self._response_handler( File "/home/runner/.local/lib/python3.8/site-packages/jenkins/__init__.py", line 539, in _response_handler response.raise_for_status() File "/usr/lib/python3/dist-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://jenkins.katacontainers.io/view/Daily%20CCv0%20baseline/config.xml
It seems that the JENKINS_USER being used on that job has not permission to change/publish Jenkins views.
JENKINS_USER
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The publish job triggered after the merge of PR #547 failed with the error:
It seems that the
JENKINS_USER
being used on that job has not permission to change/publish Jenkins views.The text was updated successfully, but these errors were encountered: