if (override_private_branch.equals("true")) { return """<inputname="value"value="${private_repo_branch}"class="setting-input"type="text"><br><fontcolor=dimgraysize=2><b>Change this value to checkout a different branch from private repository.</b></font>""" } else return """<b>This parameter is not used</b>"""
if (override_public_branch.equals("true")) { return """<inputname="value"value=""class="setting-input"type="text"><br><fontcolor=dimgraysize=2><b>Provide the tag or branch name to checkout the Jenkinsfile and codebase.<br>Note: The tag or branch name for this job should be taken from <ahref="https://github.com/project-sunbird/sunbird-devops">project-sunbird/sunbird-devops</a></b></font></b></font>"""; } else return """<b>This parameter is not used</b>"""
return """<input name="value" value="${private_repo_branch}" class="setting-input" type="text"><br><font color=dimgray size=2><b>Change this value to checkout a different branch from private repository.</b></font>"""
}
else
return """<b>This parameter is not used</b>"""</script>
return """<input name="value" value="" class="setting-input" type="text"><br><font color=dimgray size=2><b>Provide the tag or branch name to checkout the Jenkinsfile and codebase.<br>Note: The tag or branch name for this job should be taken from <a href="https://github.com/project-sunbird/sunbird-devops">project-sunbird/sunbird-devops</a></b></font></b></font>""";
}
else
return """<b>This parameter is not used</b>"""</script>