return """<input name="value" value="lastSuccessfulBuild" class="setting-input" type="text"><br><font color=darkgreen size=2><b>OPTIONAL: Specify the build number of ArtifactUpload job from which the artifact will be copied and deployed.</b></font>"""
return """<input name="value" value="" class="setting-input" type="text"><br><font color=red size=2><b>CAUTION: If the value is blank, artifact version will be taken from the latest metadata.json.</b></font>"""
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>"""
}
...
...
@@ -118,7 +118,7 @@ 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>""";
...
...
@@ -144,7 +144,7 @@ else
return """<b>This parameter is not used</b>"""</script>