Skip to content

Commit

Permalink
Fix job parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tg committed Sep 25, 2023
1 parent 6c9dc00 commit d1b1df2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script class="org.biouno.unochoice.model.GroovyScript">
<secureScript plugin="[email protected]">
<script>if (override_private_branch.equals("true")) {
return """&lt;input name="value" value="db_restore" class="setting-input" type="text"&gt;&lt;br&gt; &lt;font color=dimgray size=2&gt;&lt;b&gt;Change this value to checkout a different branch from private repository.&lt;/b&gt;&lt;/font&gt;"""
return """&lt;input name="value" value="${private_repo_branch}" class="setting-input" type="text"&gt;&lt;br&gt; &lt;font color=dimgray size=2&gt;&lt;b&gt;Change this value to checkout a different branch from private repository.&lt;/b&gt;&lt;/font&gt;"""
}
else
return """&lt;b&gt;This parameter is not used&lt;/b&gt;"""</script>
Expand Down Expand Up @@ -114,4 +114,4 @@ return """&lt;b&gt;This parameter is not used&lt;/b&gt;"""</script>
</definition>
<triggers/>
<disabled>false</disabled>
</flow-definition>
</flow-definition>

0 comments on commit d1b1df2

Please sign in to comment.