Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 270128d

Browse files
guillaumelecerfArgelbargel
authored andcommitted
Fix wrongly checked options (#104)
1 parent d2db940 commit 270128d

File tree

2 files changed

+2
-4
lines changed
  • src/main/resources/argelbargel/jenkins/plugins/gitlab_branch_source/settings

2 files changed

+2
-4
lines changed

src/main/resources/argelbargel/jenkins/plugins/gitlab_branch_source/settings/GitLabSCMForksMonitorStrategy/config.jelly

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<f:optionalBlock title="Monitor &amp; Build Merge Requests from Forks" field="monitored" inline="true">
55
<f:nested>
66
<table>
7-
<f:optionalBlock title="${%Build merged with base branch}" field="build"
8-
checked="${descriptor.defaults.build}" inline="true">
7+
<f:optionalBlock title="${%Build merged with base branch}" field="build" inline="true">
98
<f:entry title="${%Build only mergeable requests}" field="buildOnlyMergeableMerged">
109
<f:checkbox default="${descriptor.defaults.buildOnlyMergeableMerged}"/>
1110
</f:entry>

src/main/resources/argelbargel/jenkins/plugins/gitlab_branch_source/settings/GitLabSCMOriginMonitorStrategy/config.jelly

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<f:optionalBlock title="${%Monitor &amp; Build Merge Requests from Origin}" field="monitored" inline="true">
55
<f:nested>
66
<table>
7-
<f:optionalBlock title="${%Build merged with base branch}" field="build"
8-
checked="${descriptor.defaults.build}" inline="true">
7+
<f:optionalBlock title="${%Build merged with base branch}" field="build" inline="true">
98
<f:entry title="${%Build only mergeable requests}" field="buildOnlyMergeableMerged">
109
<f:checkbox default="${descriptor.defaults.buildOnlyMergeableMerged}"/>
1110
</f:entry>

0 commit comments

Comments
 (0)