From 890d5a86664211d97b62d28b15cce50de5719bb4 Mon Sep 17 00:00:00 2001 From: Kumar Gauraw Date: Mon, 15 Apr 2024 18:43:27 +0530 Subject: [PATCH] Issue #IQ-750 fix: updated jenkins file --- .../Kubernetes/InquiryUploadSchema/config.xml | 163 ------------------ .../jobs/InquiryUploadSchema/config.xml | 152 ++++++++++++++++ 2 files changed, 152 insertions(+), 163 deletions(-) delete mode 100644 deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/InquiryUploadSchema/config.xml create mode 100644 deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/InquiryUploadSchema/config.xml diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/InquiryUploadSchema/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/InquiryUploadSchema/config.xml deleted file mode 100644 index 7441f81065..0000000000 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/InquiryUploadSchema/config.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - - false - - - - -1 - -1 - -1 - 5 - - - - - false - false - - - - - private_branch - - choice-parameter-2544395024638227 - 1 - - true - - - - true - - - InquiryUploadSchema - Deploy/dev/Kubernetes/InquiryUploadSchema - - - ET_FORMATTED_HTML - true - - - branch_or_tag - - choice-parameter-2620434998790477 - 1 - - true - - - - true - - - InquiryUploadSchema - Deploy/dev/Kubernetes/InquiryUploadSchema - - - ET_FORMATTED_HTML - true - - - schema_repo - <font color=dimgray size=2><b>Enter the repo url from which schema folder to be uploaded</b></font> - - - https://github.com/Sunbird-inQuiry/inquiry-api-service.git - https://github.com/project-sunbird/knowledge-platform.git - - - - - schema_repo_branch_or_tag - <font color=dimgray size=2><b>Enter the branch or tag for schema repo</b></font> - - false - - - source_folder - - choice-parameter-5348290139923778 - 1 - - true - - - - InquiryUploadSchema - Deploy/dev/Kubernetes/InquiryUploadSchema - - - PT_MULTI_SELECT - false - 1 - - - - - 0 - 0 - - false - project - false - - - - - - - - - - 2 - - - https://github.com/project-sunbird/sunbird-devops.git - - - - - ${branch_or_tag} - - - false - - - - true - false - - 0 - false - - - - pipelines/upload/schema/knowledge-platform/schema.Jenkinsfile - false - - - false - diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/InquiryUploadSchema/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/InquiryUploadSchema/config.xml new file mode 100644 index 0000000000..5bbfc8ed68 --- /dev/null +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/InquiryUploadSchema/config.xml @@ -0,0 +1,152 @@ + + + + + hudson.model.ParametersDefinitionProperty + com.sonyericsson.rebuild.RebuildSettings + + + + + false + + + + + -1 + -1 + -1 + 5 + + + + false + + + false + false + + + + + private_branch + choice-parameter-2544395024638227 + 1 + + true + + + + true + + + InquiryUploadSchema + Deploy/dev/Kubernetes/InquiryUploadSchema + + + ET_FORMATTED_HTML + true + + + branch_or_tag + choice-parameter-2620434998790477 + 1 + + true + + + + true + + + InquiryUploadSchema + Deploy/dev/Kubernetes/InquiryUploadSchema + + + ET_FORMATTED_HTML + true + + + schema_repo + Enter the repo url from which schema folder to be uploaded + https://github.com/Sunbird-inQuiry/inquiry-api-service.git + false + + + schema_repo_branch_or_tag + Enter the branch or tag for schema repo + false + + + + + 0 + 0 + + false + project + false + + + + + + + + + 2 + + + https://github.com/Sunbird-inQuiry/inquiry-api-service.git + + + + + ${inquiry_release_branch_or_tag} + + + false + + + + true + false + + 0 + false + + + + pipelines/upload/schema/inquiry/Jenkinsfile + false + + + false + \ No newline at end of file