Hello Everybody
I have a self-hosted environment that include:
Until recent GitLab-CE update to 17.x Jenkins build results have been posted to GitLab server and were correctly reflected in commit status. However, GitLab-CE no longer allow access tokens with indefinite validity period - as result all GitLab related credentials stored in Jenkins became invalid. As final result all build jobs are successfully triggered by GitLab via webhook configured in the job, source code successfully accessed and checked out from GitLab but post-build action “Publish build status to GitLab” failed with message
No GitLab connection configured
Jenkins setup:
Access to GitLab is configured in two sections of Jenkins System:
All connections are successful when tested.
GitLab related plugins installed:
I’ll be very grateful if community help me to resolve my problem.
With best regards
Nick Sorokin