We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci_pipeline_variables_minimum_override_role
1 parent 7f1635d commit c7ae5ccCopy full SHA for c7ae5cc
gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java
@@ -1455,6 +1455,7 @@ public Project updateProject(Project project) throws GitLabApiException {
1455
.withParam("shared_runners_enabled", project.getSharedRunnersEnabled())
1456
.withParam("public_jobs", project.getPublicJobs())
1457
.withParam("only_allow_merge_if_pipeline_succeeds", project.getOnlyAllowMergeIfPipelineSucceeds())
1458
+ .withParam("ci_pipeline_variables_minimum_override_role", project.getCiPipelineVariablesMinimumOverrideRole())
1459
.withParam(
1460
"only_allow_merge_if_all_discussions_are_resolved",
1461
project.getOnlyAllowMergeIfAllDiscussionsAreResolved())
0 commit comments