Ankit
Ankit

Reputation: 43

Error during saving build definition on RTC using jenkins

I am using Jenkins version 2.222.1 with EWM version 7.0 (Formerly known as RTC). When I am trying to save a build definition created in RTC I am getting this error.Error on saving build definition after selecting the job from Jenkins

I have checked the test connection was successful while creating build engine in RTC.enter image description here

Upvotes: 1

Views: 201

Answers (1)

VonC
VonC

Reputation: 1324977

This is similar to this issue:

  • either the user for the test connection is not the same as the one used to access Jenkins Job in the RTC build definition
  • or it is, but without the right, on Jenkins permission matrix, to view jobs
  • or the user is Jenkins admin and has all the right anyway, but the Jenkins logs might include something like "WARNING hudson.security.csrf.CrumbFilter#doFilter: No valid crumb was included in request for ... by <aUser>: Returning 403"

The last case is an actual RTC issue, to be fixed with RTC 7.x (and seen with Jenkins 2.190 or later)

Upvotes: 0

Related Questions