You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While starting the application we geht the error
"VariablesHelper: can not find variables for the group: xxx"
Even though we configured "gitlab.variables.pipeline.usage=project" in application.properties
We "fixed" the problem by configuring variables in the project for "gitlab.variables.publishMergeRequestVarName", "gitlab.variables.destinationWorkspaceVarName" and "gitlab.variables.useSSHFormatVarName"
Now the error is still displayed. Yet the application is up an running.
We got no rights to configure any variables for the group in GitLab. How can we get rid of this error?
The text was updated successfully, but these errors were encountered:
Hi
While starting the application we geht the error
"VariablesHelper: can not find variables for the group: xxx"
Even though we configured "gitlab.variables.pipeline.usage=project" in application.properties
We "fixed" the problem by configuring variables in the project for "gitlab.variables.publishMergeRequestVarName", "gitlab.variables.destinationWorkspaceVarName" and "gitlab.variables.useSSHFormatVarName"
Now the error is still displayed. Yet the application is up an running.
We got no rights to configure any variables for the group in GitLab. How can we get rid of this error?
The text was updated successfully, but these errors were encountered: