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 672e132 commit 62de584Copy full SHA for 62de584
gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java
@@ -1455,6 +1455,9 @@ 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(
1459
+ "ci_pipeline_variables_minimum_override_role",
1460
+ project.getCiPipelineVariablesMinimumOverrideRole())
1461
.withParam(
1462
"only_allow_merge_if_all_discussions_are_resolved",
1463
project.getOnlyAllowMergeIfAllDiscussionsAreResolved())
0 commit comments