Skip to content

Commit

Permalink
Merge pull request #128 from markketchum/JENKINS-61887
Browse files Browse the repository at this point in the history
JENKINS-61887 - Set the state of the userRole checkbox to the current…
  • Loading branch information
alecharp committed Jun 23, 2021
2 parents 99e863a + 75caff2 commit 95cd76a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@
<f:textbox name="name" value="${profile.name}" />
</f:entry>
<f:entry title="Use IAM Role" help="/plugin/s3/help-role.html">
<f:checkbox name="useRole" value="${profile.useRole}" />
<f:checkbox name="useRole" checked="${profile.useRole}"/>
</f:entry>
<f:entry title="Access key" help="/plugin/s3/help-accesskey.html">
<f:textbox name="accessKey" value="${profile.accessKey}" />
Expand Down

0 comments on commit 95cd76a

Please sign in to comment.