diff --git a/ansible/artifacts-upload.yml b/ansible/artifacts-upload.yml index 772ec2cca4..924a5b26d5 100644 --- a/ansible/artifacts-upload.yml +++ b/ansible/artifacts-upload.yml @@ -3,8 +3,13 @@ become: yes vars_files: - "{{inventory_dir}}/secrets.yml" - environment: - AZURE_STORAGE_ACCOUNT: "{{ sunbird_artifact_storage_account_name }}" - AZURE_STORAGE_SAS_TOKEN: "{{ sunbird_artifact_storage_account_sas }}" roles: - - artifacts-upload-azure + - role: artifacts-upload-gcp + vars: + service_account: "{{ gcp_artifcats_upload_service_account }}" + tags: gcp + - role: artifacts-upload-azure + environment: + AZURE_STORAGE_ACCOUNT: "{{ sunbird_artifact_storage_account_name }}" + AZURE_STORAGE_SAS_TOKEN: "{{ sunbird_artifact_storage_account_sas }}" + tags: azure \ No newline at end of file diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml index 429d8b7127..27d77d255d 100644 --- a/ansible/bootstrap.yml +++ b/ansible/bootstrap.yml @@ -4,11 +4,11 @@ - "{{inventory_dir}}/secrets.yml" pre_tasks: - name: Python predependency - raw: bash -c "test -e /usr/bin/python" || (sudo apt update && sudo apt install -y python) + raw: bash -c "test -e /usr/bin/python" || (sudo apt update && sudo apt install -y python2) - name: Installing other packages apt: state: present - name: ['python-pkg-resources', 'python2-pip'] + name: ['python-pkg-resources', 'python-pip'] when: ansible_distribution_version | float < 18 - name: Installing other packages apt: @@ -19,18 +19,16 @@ - bootstrap_any tags: - bootstrap_any - - all -- hosts: "{{hosts}}" - gather_facts: no +- hosts: "{{ hosts }}" become: yes ignore_unreachable: yes vars_files: - "{{inventory_dir}}/secrets.yml" roles: - - role: azure-cli + - role: gcloud-cli tags: - - azure_cli + - gcloud_cli - hosts: "{{ hosts| default('all') }}" become: yes @@ -42,4 +40,3 @@ - vm-agents-nodeexporter tags: - node_exporter - - all diff --git a/ansible/cassandra-backup.yml b/ansible/cassandra-backup.yml index fdfa7933db..373420e45e 100644 --- a/ansible/cassandra-backup.yml +++ b/ansible/cassandra-backup.yml @@ -6,18 +6,21 @@ become: yes serial: true tasks: - - name: taking cassandra snapshots - shell: | - nodetool clearsnapshot - nodetool snapshot -t "cassandra-backup-{{ lookup('pipe', 'date +%Y%m%d') }}-{{ ansible_hostname }}-new" + - name: taking cassandra snapshots + shell: | + nodetool clearsnapshot + nodetool snapshot -t "cassandra-backup-{{ lookup('pipe', 'date +%Y%m%d') }}-{{ ansible_hostname }}-new" -# Once snaphot is done, +# Once snaphot is done, # We can take the snapshot and compress it and upload it # This will take some cpu and memory in the nodes # Because of that we're running it serially, so that it won't affect the perfomance - hosts: cassandra become: yes vars_files: - - ['{{ inventory_dir }}/secrets.yml'] + - ["{{ inventory_dir }}/secrets.yml"] roles: - - {name: cassandra-backup, vars: [ additional_arguments: "--disablesnapshot"]} + - { + name: cassandra-backup, + vars: [additional_arguments: "--disablesnapshot"], + } diff --git a/ansible/docker_image_push.yml b/ansible/docker_image_push.yml index 6a5eefa34b..fed92d7482 100644 --- a/ansible/docker_image_push.yml +++ b/ansible/docker_image_push.yml @@ -2,22 +2,41 @@ - name: "Push docker images to any docker registry" hosts: local become: yes + vars: + service_account_local_path: /tmp/gcr_service_account_key.json vars_files: - - ['{{inventory_dir}}/secrets.yml'] - become: yes + - ["{{inventory_dir}}/secrets.yml"] tasks: - name: login to registry docker_login: registry: "{{ vault_docker_registry_url }}" username: "{{ vault_docker_registry_user }}" password: "{{ vault_docker_registry_password }}" - tags: docker-login + tags: + - azure + - block: + - name: Write GCR service account key to a temporary file + copy: + content: "{{ gcr_docker_login_service_account }}" + dest: "{{ service_account_local_path }}" + + - name: Authenticate Docker to GCR + shell: > + cat "{{ service_account_local_path }}" | docker login -u _json_key --password-stdin {{ vault_docker_registry_url }} + no_log: true + + - name: Remove temporary GCR service account key file + file: + path: "{{ service_account_local_path }}" + state: absent + tags: + - gcr-docker-login - - name: Push image to registry - docker_image: - name: "{{ hub_org }}/{{ image_name }}:{{ image_tag }}" - push: yes - - - file: - path: "/root/.docker" - state: absent + - block: + - name: Push image to registry + shell: > + docker push "{{ hub_org }}/{{ image_name }}:{{ image_tag }}" + - file: + path: "/root/.docker" + state: absent + tags: always diff --git a/ansible/es.yml b/ansible/es.yml index c526414f47..1ea8ebee4f 100644 --- a/ansible/es.yml +++ b/ansible/es.yml @@ -15,7 +15,6 @@ - role: es5-snapshot-purge tags: - es_backup - run_once: true - hosts: log-es-backup become: yes diff --git a/ansible/inventory/env/group_vars/all.yml b/ansible/inventory/env/group_vars/all.yml index 57f105d1cc..8c5055996b 100644 --- a/ansible/inventory/env/group_vars/all.yml +++ b/ansible/inventory/env/group_vars/all.yml @@ -693,3 +693,193 @@ dial_service_schema_base_path: "https://{{sunbird_public_storage_account_name}}. plugin_media_base_url: "{{proto}}://{{domain_name}}" tenant_name: sunbird + +################################################### +##### These variables are from sunbird-cb/cb-devops +################################################### +# Variables common to all the roles, but which not not dependant on the environmwent will stay here + +#sunbird-service-variables + +sb_learner_service: learner-service +sb_learner_service_port: 9000 + + +service_ui_static_service: lex-ui-static +service_ui_proxies_service: lex-ui-proxies +service_notification_service: lex-notification-service +service_lex_core_lhub_service: lex-core-lhub-service +service_sb_hub_service: sb-hub-service +service_content_validation_service: content_validation_service +service_sb_hub_graph_service: sb-hub-graph-service +service_profanity_filter_service: profanity-filter +service_ui_cbp_igot_service: ui-cbp-igot +service_scoring_engine_service: scoring-engine-service +service_workflow_handler_service: workflow-handler-service +service_sb_cb_ext_service: sb-cb-ext-service +service_ui_mdo_igot_service: ui-mdo-igot +service_ui_spv_igot_service: ui-spv-igot +service_profanity_image_moderation_service: profanity-image-moderation +service_pm_analytics_service: pm-analytics-service +service_wat_sourcing_service: wat-sourcing-service +service_profanity_moderator_admin_service: profanity-moderator-admin-service +service_form_service: form-service +service_static_domian_service: static-domian-service +service_faq_assistant_service: faq-assistant +service_pdf_generator_service: pdf-generator-service +service_fracentity_service: fracentity-service +service_ml_kb_portal_service: ml-kb-portal-service +service_cb_pores_service: cb-pores-service +service_content_partner_provider_service: content-partner-provider + +# Ports +service_bulk_upload_port: 3009 +service_content_service_port: 80 +service_dbms_api_port: 5801 +service_khub_migration_port: 3014 +service_lex_core_port: 7001 +service_more_like_this_port: 3015 +service_sb_ext_auth_tool_port: 3011 +service_sb_ext_port: 5902 +service_social_forum_port: 3000 +service_telemetry_port: 9001 +service_ui_proxies_port: 9001 +service_ui_static_port: 3002 +service_sb_telemetry_port: 8091 +service_sb_telemetry_port: 9001 +service_pid_service_port: 3008 +service_notification_service_port: 5805 +service_lex_core_critical_port: 7001 +service_lex_core_high_port: 7001 +service_lex_core_lhub_port: 7004 +service_lex_core_cassandra_port: 7001 +service_lex_hierarchy_service_port: 5906 +service_opensaber_port: 8080 +service_sb_hub_port: 3013 +service_content_validation_port: 6590 +service_sb_hub_graph_port: 4013 +service_profanity_filter_port: 5000 +service_ui_cbp_igot_port: 3024 +service_scoring_engine_port: 7014 +service_workflow_handler_port: 5099 +service_sb_cb_ext_port: 7001 +service_ui_mdo_igot_port: 3034 +service_ui_spv_igot_port: 3044 +service_frac_backend_port: 8095 +service_frac_web_service_port: 5000 +service_frac_collab_service_port: 8080 +service_profanity_image_moderation_port: 5006 +service_pm_web_service_port: 5000 +service_pm_analytics_port: 8091 +service_pm_zuul_port: 8080 +service_pm_user_port: 8081 +service_frac_dictionary_service_port: 3040 +service_ui_cbc_igot_port: 3054 +service_pm_microsurvey_port: 8099 +service_pm_microsurvey_web_service_port: 5000 +service_content_tagging_port: 5008 +service_wat_sourcing_web_port: 5000 +service_wat_sourcing_port: 5000 +service_developer_console_web_portal_port: 5000 +service_developer_console_service_port: 8080 +service_profanity_moderator_admin_port: 4000 +service_form_port: 8099 +service_static_domian_port: 80 +service_faq_assistant_port: 4003 +service_pdf_generator_port: 3000 +service_fracentity_port: 8083 +service_ml_kb_portal_port: 80 +service_karmaquest_port: 7001 +service_cb_pores_port: 7001 +service_demand_capture_port: 8080 +service_content_partner_provider_port: 8055 + +# Network alias names, so that one service can talk to another +network_alias_content_service: private-content-service +network_alias_static_host: nginx-public-ingress-metrics +network_alias_telemetry_service: telemetry-service +network_alias_sb_ext_service: sb-ext-service +network_alias_sb_ext_authoring_service: sb-ext-authoring-service +network_alias_ui_static_service: ui-static +network_alias_ui_proxies: ui-proxies +network_alias_more_like_this_service: more-like-this +network_alias_social_forum_service: social-forum +network_alias_lex_core_service: lex-core +network_alias_bulk_upload_service: bulk-upload-service +network_alias_khub_migration_service: khub-migration-service +network_alias_dbms_api_service: dbms-api +network_alias_sb_telemetry_service: telemetry-service +network_alias_pid_service: eagle-user-profile +network_alias_notification_service: notification-service +network_alias_lex_core_critical_service: lex-core +network_alias_lex_core_cassandra_service: lex-core +network_alias_lex_core_high_service: sb-cb-ext-service +network_alias_lex_core_lhub_service: lex-core-lhub +network_alias_lex_hierarchy_service: hierarchy-service +network_alias_opensaber: sb-opensaber +network_alias_sb_hub_service: sb-hub-service +network_alias_content_validation_service: content-validation-service +network_alias_sb_hub_graph_service: hub-graph-service +network_alias_profanity_filter_service: profanity-filter +network_alias_ui_cbp_igot_service: ui-cbp-igot +network_alias_scoring_engine_service: scoring-engine-service +network_alias_workflow_handler_service: workflow-handler-service +network_alias_sb_cb_ext_service: sb-cb-ext-service +network_alias_ui_mdo_igot_service: ui-mdo-igot +network_alias_ui_spv_igot_service: ui-spv-igot +network_alias_profanity_image_moderation_service: profanity-image-moderation +network_alias_pm_analytics_service: pm-analytics-service +network_alias_profanity_moderator_admin_service: profanity-moderator-admin-service +network_alias_static_domian_service: static-domian-service +network_alias_faq_assistant_service: faq-assistant +network_alias_pdf_generator_service: pdf-generator-service +network_alias_fracentity_service: fracentity-service +network_alias_ml_kb_portal_service: ml-kb-portal-service +network_alias_cb_pores_service: cb-pores-service +network_alias_demand_capture_service: demand-capture +network_alias_content_partner_provider_service: content-partner-provider + +# Image names, this is used by the service alone, but since we want to have all the images in one place, we are oncfiguring the images here +image_ui_static: ui-static +image_ui_proxies: ui-proxies +image_ui_static_fusion: ui-static +image_content_validation_service: content-validation-service +image_sb_hub_graph_service: sb-hub-graph-service +image_profanity_filter_service: profanity-filter +image_ui_cbp_igot: ui-cbp-igot +image_workflow_handler_service: workflow-handler-service +image_scoring_engine_service: scoring-engine-service +image_sb_cb_ext_service: sb-cb-ext-service +image_ui_mdo_igot: ui-mdo-igot +image_ui_spv_igot: ui-spv-igot +image_frac_backend_service: frac_backend_service +image_frac_web_service: frac-web-service +image_frac_collab_service: frac-collab-service +image_profanity_image_moderation_service: profanity-image-moderation +image_pm_web_service: pm-web-service +image_pm_analytics_service: pm-analytics-service +image_pm_zuul_service: pm-zuul-service +image_pm_user_service: pm-user-service +image_frac_dictionary_service: frac-dictionary-service +image_ui_cbc_igot: ui-cbc-igot +image_pm_microsurvey_service: pm-microsurvey-service +image_pm_microsurvey_web_service: pm-survey-web-service +image_content_tagging_service: content_tagging +image_wat_sourcing_web_service: wat-sourcing-web-service +image_wat_sourcing_service: wat-sourcing-service +image_developer_console_web_portal: developer-console-web-portal +image_developer_console_service: developer-console-service +image_profanity_moderator_admin_service: profanity-moderator-admin-service +image_form_service: form-service +image_static_domian: static_domain +image_faq_assistant_service: faq-assistant +image_pdf_generator_service: pdf-generator +image_fracentity_service: fracentity-service +image_ml_kb_portal_service: kb-portal +image_karmaquest_service: karmaquest-service +image_cb_pores_service: cb-pores-service +image_demand_capture_service: demand-capture +image_content_partner_provider_service: content-partner-provider + +#####################bulk-upload-spv######### +host_bulk_upload: /mydata/bulk_upload diff --git a/ansible/postgresql-backup.yml b/ansible/postgresql-backup.yml index 04ea941d4e..8fa5227c9d 100644 --- a/ansible/postgresql-backup.yml +++ b/ansible/postgresql-backup.yml @@ -1,4 +1,4 @@ -- hosts: postgres +- hosts: postgresql-backup become: yes vars_files: - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] diff --git a/ansible/provision.yml b/ansible/provision.yml index 80b12aae2b..a062f3f7ae 100644 --- a/ansible/provision.yml +++ b/ansible/provision.yml @@ -49,7 +49,7 @@ - name: install setfacl support become: yes apt: - name: ['acl', 'python-psycopg2'] + name: ['acl', 'python3-psycopg2'] roles: - postgresql tags: diff --git a/ansible/roles/artifacts-upload-gcp/tasks/main.yml b/ansible/roles/artifacts-upload-gcp/tasks/main.yml new file mode 100644 index 0000000000..cd57f19acb --- /dev/null +++ b/ansible/roles/artifacts-upload-gcp/tasks/main.yml @@ -0,0 +1,33 @@ +--- +- name: Set GCP environment variables + set_fact: + gcp_environment: + GOOGLE_APPLICATION_CREDENTIALS: "/tmp/gcp_service_account.json" + +- name: Create temporary directory for GCP service account file + file: + path: /tmp/gcp_service_account.json + state: touch + +- name: Write GCP service account file + copy: + content: "{{ service_account }}" + dest: /tmp/gcp_service_account.json + mode: "0600" + +- name: Authenticate gcloud login + shell: gcloud auth activate-service-account --key-file /tmp/gcp_service_account.json + +- name: Ensure Google Cloud Storage bucket exists + shell: gsutil mb gs://{{ artifacts_container }} || true + environment: "{{ gcp_environment }}" + +- name: Upload to Google Cloud Storage + shell: gsutil cp -r {{ artifact_path }} gs://{{ artifacts_container }}/{{ artifact }} + async: 3600 + poll: 10 + +- name: Remove temporary GCP service account file + file: + path: /tmp/gcp_service_account.json + state: absent diff --git a/ansible/roles/cassandra-backup/defaults/main.yml b/ansible/roles/cassandra-backup/defaults/main.yml index 148bcf83b2..443972a9d4 100644 --- a/ansible/roles/cassandra-backup/defaults/main.yml +++ b/ansible/roles/cassandra-backup/defaults/main.yml @@ -1,3 +1,4 @@ -cassandra_root_dir: '/etc/cassandra' -data_dir: '/var/lib/cassandra/data' -cassandra_backup_azure_container_name: core-cassandra \ No newline at end of file +cassandra_root_dir: "/etc/cassandra" +data_dir: "/var/lib/cassandra/data" +cassandra_backup_azure_container_name: core-cassandra +cassandra_backup_folder: cassandra-backup-{{ ansible_host }} diff --git a/ansible/roles/cassandra-backup/meta/main.yml b/ansible/roles/cassandra-backup/meta/main.yml index 23b18a800a..32cf5dda7e 100644 --- a/ansible/roles/cassandra-backup/meta/main.yml +++ b/ansible/roles/cassandra-backup/meta/main.yml @@ -1,2 +1 @@ -dependencies: - - azure-cli \ No newline at end of file +dependencies: [] diff --git a/ansible/roles/cassandra-backup/tasks/main.yml b/ansible/roles/cassandra-backup/tasks/main.yml index a6611c8ebf..013e9068f6 100755 --- a/ansible/roles/cassandra-backup/tasks/main.yml +++ b/ansible/roles/cassandra-backup/tasks/main.yml @@ -32,21 +32,16 @@ debug: var: doc_data -- name: Ensure azure blob storage container exists - command: az storage container create --name {{ cassandra_backup_azure_container_name }} - ignore_errors: true - environment: - AZURE_STORAGE_ACCOUNT: "{{ sunbird_management_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ sunbird_management_storage_account_key }}" - -- name: Upload to azure blob storage - command: "azcopy copy {{cassandra_backup_gzip_file_name}} 'https://{{sunbird_management_storage_account_name}}.blob.core.windows.net/{{cassandra_backup_azure_container_name}}{{sunbird_management_storage_account_sas}}' --recursive" - environment: - AZCOPY_CONCURRENT_FILES: 10 # How many files azcopy should read concurrently. - args: - chdir: /data/cassandra/backup - async: 10800 - poll: 10 +- set_fact: + cassandra_backup_name: "cassanra_backup_{{ lookup('pipe', 'date +%Z-%Y-%m-%d-%H-%M-%S') }}" +- name: upload to gcs + include_role: + name: artifacts-upload-gcp + vars: + artifacts_container: "{{ backup_bucket }}/{{ cassandra_backup_folder }}" + artifact_path: "/data/cassandra/backup" + artifact: "{{ cassandra_backup_name }}" + service_account: "{{ gcp_backups_service_account }}" - name: clean up backup dir after upload file: path="{{ cassandra_backup_dir }}" state=absent diff --git a/ansible/roles/es-gcs-snapshot/defaults/main.yml b/ansible/roles/es-gcs-snapshot/defaults/main.yml index 3c2efa9a7f..e0c92de69f 100644 --- a/ansible/roles/es-gcs-snapshot/defaults/main.yml +++ b/ansible/roles/es-gcs-snapshot/defaults/main.yml @@ -7,6 +7,5 @@ snapshot_create_request_body: { } # Override these values -es_snapshot_host: "localhost" snapshot_base_path: "default" -es_gcs_backup_folder_name: "elasticsearch-snapshots" \ No newline at end of file +es_gcs_backup_folder_name: "elasticsearch-snapshots-{{ ansible_host }}" \ No newline at end of file diff --git a/ansible/roles/es-gcs-snapshot/tasks/main.yml b/ansible/roles/es-gcs-snapshot/tasks/main.yml index 55f50b17ad..d450f9366c 100644 --- a/ansible/roles/es-gcs-snapshot/tasks/main.yml +++ b/ansible/roles/es-gcs-snapshot/tasks/main.yml @@ -6,7 +6,7 @@ - name: Create GCS Repository uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/{{ snapshot_base_path }}" + url: "http://{{ ansible_host }}:9200/_snapshot/{{ snapshot_base_path }}" method: PUT body: "{{ snapshot_create_request_body | to_json }}" headers: @@ -14,29 +14,29 @@ - name: Take new snapshot uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/{{ snapshot_base_path }}/{{ snapshot_number }}" + url: "http://{{ ansible_host }}:9200/_snapshot/{{ snapshot_base_path }}/{{ snapshot_number }}" method: PUT headers: Content-Type: "application/json" - name: Print all snapshots uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/{{ snapshot_base_path }}/_all" + url: "http://{{ ansible_host }}:9200/_snapshot/{{ snapshot_base_path }}/_all" method: GET - name: Print status of current snapshot uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/{{ snapshot_base_path }}/{{ snapshot_number }}" + url: "http://{{ ansible_host }}:9200/_snapshot/{{ snapshot_base_path }}/{{ snapshot_number }}" method: GET - name: "Wait for backup to be completed" uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/{{ snapshot_base_path }}/{{ snapshot_number }}" + url: "http://{{ ansible_host }}:9200/_snapshot/{{ snapshot_base_path }}/{{ snapshot_number }}" method: GET return_content: yes status_code: 200 body_format: json register: result until: result.json.snapshots[0].state == 'SUCCESS' - retries: 120 - delay: 10 + retries: 240 + delay: 30 diff --git a/ansible/roles/es6/tasks/elasticsearch-plugins.yml b/ansible/roles/es6/tasks/elasticsearch-plugins.yml index 5d4e2d8153..fd79d28ac2 100644 --- a/ansible/roles/es6/tasks/elasticsearch-plugins.yml +++ b/ansible/roles/es6/tasks/elasticsearch-plugins.yml @@ -15,11 +15,11 @@ #List currently installed plugins. We have to list the directories as the list commmand fails if the ES version is different than the plugin version. - name: Check installed elasticsearch plugins - become: yes + become: true shell: "ls {{es_home}}/plugins {{list_command}}" register: installed_plugins changed_when: False - ignore_errors: yes + ignore_errors: true environment: CONF_DIR: "{{ conf_dir }}" ES_PATH_CONF: "{{ conf_dir }}" @@ -47,9 +47,9 @@ # This removes any currently installed plugins (to prevent errors when reinstalling) - name: Remove elasticsearch plugins - become: yes + become: true command: "{{es_home}}/bin/elasticsearch-plugin remove {{item}} --silent" - ignore_errors: yes + ignore_errors: true with_items: "{{ plugins_to_remove | default([]) }}" notify: restart elasticsearch register: plugin_removed @@ -59,7 +59,7 @@ ES_INCLUDE: "{{ instance_default_file }}" - name: Install elasticsearch plugins - become: yes + become: true command: "{{es_home}}/bin/elasticsearch-plugin install {{ item.plugin }} --batch --silent" register: plugin_installed failed_when: "'ERROR' in plugin_installed.stdout" @@ -73,10 +73,10 @@ ES_INCLUDE: "{{ instance_default_file }}" ES_JAVA_OPTS: "{% if item.proxy_host is defined and item.proxy_host != '' and item.proxy_port is defined and item.proxy_port != ''%} -Dhttp.proxyHost={{ item.proxy_host }} -Dhttp.proxyPort={{ item.proxy_port }} -Dhttps.proxyHost={{ item.proxy_host }} -Dhttps.proxyPort={{ item.proxy_port }} {% elif es_proxy_host is defined and es_proxy_host != '' %} -Dhttp.proxyHost={{ es_proxy_host }} -Dhttp.proxyPort={{ es_proxy_port }} -Dhttps.proxyHost={{ es_proxy_host }} -Dhttps.proxyPort={{ es_proxy_port }} {% endif %}" until: plugin_installed.rc == 0 - retries: 5 - delay: 5 + retries: 60 + delay: 10 #Set permissions on plugins directory - name: Set Plugin Directory Permissions - become: yes + become: true file: state=directory path={{ es_home }}/plugins owner={{ es_user }} group={{ es_group }} recurse=yes diff --git a/ansible/roles/gcloud-cli/tasks/main.yml b/ansible/roles/gcloud-cli/tasks/main.yml new file mode 100644 index 0000000000..5b31429322 --- /dev/null +++ b/ansible/roles/gcloud-cli/tasks/main.yml @@ -0,0 +1,19 @@ +--- +- name: Add gcloud signing key + apt_key: + url: https://packages.cloud.google.com/apt/doc/apt-key.gpg + state: present + +- name: Add gcloud repository into sources list + apt_repository: + repo: "deb https://packages.cloud.google.com/apt cloud-sdk main" + state: present + +- name: Install google cloud cli with specific version and dependent packages + apt: + pkg: + - ca-certificates + - curl + - apt-transport-https + - gnupg + - google-cloud-cli=478.0.0-0 diff --git a/ansible/roles/keycloak-deploy/files/python-keycloak-0.12.0/keycloak/keycloak_main.py b/ansible/roles/keycloak-deploy/files/python-keycloak-0.12.0/keycloak/keycloak_main.py index 4705499cb4..10c41d8f87 100644 --- a/ansible/roles/keycloak-deploy/files/python-keycloak-0.12.0/keycloak/keycloak_main.py +++ b/ansible/roles/keycloak-deploy/files/python-keycloak-0.12.0/keycloak/keycloak_main.py @@ -1,8 +1,9 @@ import json +import urllib.request +import argparse from keycloak import KeycloakOpenID from keycloak import KeycloakAdmin -import urllib2, argparse, json # Import realm def keycloak_import_realm(keycloak_realm_file): @@ -17,7 +18,7 @@ def keycloak_create_user(email, username, firstName, lastName, password): "enabled": True, "firstName": firstName, "lastName": lastName, - "credentials": [{"value": "12345","type": password}], + "credentials": [{"value": password, "type": "password"}], "realmRoles": ["user_default"]}) # Create the user and assign the role to access the user management API @@ -25,12 +26,16 @@ def update_user_roles(config): realm_json = json.load(open(config['keycloak_realm_json_file_path'])) # Get the id of realm-management + client_id = None for client in realm_json['clients']: if config['clientId'] == client['clientId']: client_id = client["id"] break - user = keycloak_admin.get_users({"username":config['keycloak_api_management_username']}) + if client_id is None: + raise ValueError("Client ID not found in realm JSON") + + user = keycloak_admin.get_users({"username": config['keycloak_api_management_username']}) user_id = user[0]['id'] # Read the role from file @@ -40,13 +45,13 @@ def update_user_roles(config): roles = json.loads(json_data) # Get only client roles - clientRoles = roles[config['clientId']] + client_roles = roles[config['clientId']] - keycloak_admin.assign_client_role(user_id, client_id, clientRoles) + keycloak_admin.assign_client_role(user_id, client_id, client_roles) -if __name__ == "__main__": - parser = argparse.ArgumentParser(description='Configure keycloak user apis') - parser.add_argument('keycloak_bootstrap_config', help='configuration json file that is needed for keycloak bootstrap') +if __name__ == "__main__": + parser = argparse.ArgumentParser(description='Configure keycloak user APIs') + parser.add_argument('keycloak_bootstrap_config', help='Configuration JSON file needed for keycloak bootstrap') args = parser.parse_args() with open(args.keycloak_bootstrap_config) as keycloak_bootstrap_config: @@ -55,35 +60,34 @@ def update_user_roles(config): try: # Get access token keycloak_admin = KeycloakAdmin(server_url=config['keycloak_auth_server_url'], - username=config['keycloak_management_user'], - password=config['keycloak_management_password'], - realm_name="master", - client_id='admin-cli', - verify=False) + username=config['keycloak_management_user'], + password=config['keycloak_management_password'], + realm_name="master", + client_id='admin-cli', + verify=False) # Import realm keycloak_import_realm(config['keycloak_realm_json_file_path']) # Set realm name to sunbird keycloak_admin.realm_name = config['keycloak_realm'] - # Add user for user api + # Add user for user API keycloak_create_user(email=config['keycloak_api_management_user_email'], - username=config['keycloak_api_management_username'], - firstName=config['keycloak_api_management_user_first_name'], - lastName=config['keycloak_api_management_user_last_name'], - password=config['keycloak_api_management_user_password']) + username=config['keycloak_api_management_username'], + firstName=config['keycloak_api_management_user_first_name'], + lastName=config['keycloak_api_management_user_last_name'], + password=config['keycloak_api_management_user_password']) - # Update user roles for access user management API's + # Update user roles for access user management APIs config['clientId'] = "realm-management" update_user_roles(config) # Update user roles for SSO config['clientId'] = "admin-cli" update_user_roles(config) - # If keycloak is returning the error realm does exists + # If Keycloak is returning the error realm does exist except Exception as e: if "409" in str(e): - print "Skipping error: " + str(e) + print("Skipping error: " + str(e)) else: - raise - + raise \ No newline at end of file diff --git a/ansible/roles/keycloak-deploy/tasks/bootstrap.yml b/ansible/roles/keycloak-deploy/tasks/bootstrap.yml index dcefe36e30..55f54ad7a9 100644 --- a/ansible/roles/keycloak-deploy/tasks/bootstrap.yml +++ b/ansible/roles/keycloak-deploy/tasks/bootstrap.yml @@ -26,7 +26,7 @@ - name: start keycloak with script upload feature temporarily shell: "nohup {{keycloak_home}}/bin/standalone.sh -Dkeycloak.profile.feature.upload_scripts=enabled -b={{ansible_default_ipv4.address}} -bprivate={{ansible_default_ipv4.address}} --server-config standalone-ha.xml &" - become: yes + become: true become_user: "{{ wildfly_user }}" notify: wait for keycloak to start @@ -34,11 +34,11 @@ - name: Install dependencies for keycloak apt: - name: ["python-setuptools"] + name: ["python-setuptools", "python3.7-dev", "python3.7-distutils"] update_cache: true - name: Ensure python packages are installed - apt: + apt: name: ["python-pip", "python-dev"] update_cache: yes when: ansible_os_family == 'Debian' and ansible_distribution_version | float < 18 @@ -55,7 +55,7 @@ dest: /tmp/ - name: Initialize python library to run keycloak bootstrap script - shell: cd /tmp/python-keycloak-0.12.0 && python setup.py install + shell: cd /tmp/python-keycloak-0.12.0 && python3.7 setup.py install - name: Save keycloak vars to json template: @@ -81,7 +81,7 @@ dest: /tmp - name: Run the keycloak bootstrap script - shell: cd /tmp/keycloak/ && python keycloak_main.py /tmp/keycloak-bootstrap.conf.json + shell: cd /tmp/keycloak/ && python3.7 keycloak_main.py /tmp/keycloak-bootstrap.conf.json register: out until: '"404" not in out.stderr' retries: 2 diff --git a/ansible/roles/keycloak-deploy/tasks/deploy.yml b/ansible/roles/keycloak-deploy/tasks/deploy.yml index f7534d1422..dc39604f01 100644 --- a/ansible/roles/keycloak-deploy/tasks/deploy.yml +++ b/ansible/roles/keycloak-deploy/tasks/deploy.yml @@ -19,8 +19,9 @@ with_items: - {var: 'sunbird_user_service_base_url', value: '{{ sunbird_user_service_base_url }}'} - {var: 'sunbird_authorization', value: '{{ core_vault_sunbird_ekstep_api_key }}'} - - {var: 'sunbird_lms_base_url', value: 'https://{{ static_domain_name }}/api'} + - {var: 'sunbird_lms_base_url', value: 'https://{{ nginx_proxy_server_name }}/api'} - {var: 'sunbird_login_otp_template', value: 'loginWithOTP'} + - {var: 'sunbird_login_otp_email_subject', value: '"OTP Details for Login"'} - name: Remove old ENV Vars from environemt file lineinfile: @@ -132,21 +133,12 @@ - name: SMS provider configuration file template: - src: "roles/keycloak-deploy/templates/Msg91Creds.json.j2" - dest: "sunbird_auth_{{ sunbird_auth_version }}.config/Msg91Creds.json" + src: "roles/keycloak-deploy/templates/AmnexSmsCreds.json.j2" + dest: "sunbird_auth_{{ sunbird_auth_version }}.config/AmnexSmsCreds.json" mode: 0755 - when: "{{ msg_91_required|default(false) }}" + when: "{{ sms_required|default(false) }}" ignore_errors: true -- name: NIC SMS provider configuration file - template: - src: "roles/keycloak-deploy/templates/NicSmsCreds.json.j2" - dest: "sunbird_auth_{{ sunbird_auth_version }}.config/NicSmsCreds.json" - mode: 0755 - when: "{{ msg_91_required|default(false) }}" - ignore_errors: true - - - name: Keycloak configuration XML file copy: src: "sunbird_auth_{{ sunbird_auth_version }}.config/standalone-ha.xml" @@ -178,33 +170,20 @@ path: "{{ keycloak_home }}/bin/sms-provider" state: directory mode: 0755 - when: "{{ msg_91_required|default(false) }}" + when: "{{ sms_required|default(false) }}" ignore_errors: true - name: SMS provider configuration file copy: - src: "sunbird_auth_{{ sunbird_auth_version }}.config/Msg91Creds.json" - dest: "{{ keycloak_home }}/bin/sms-provider/Msg91Creds.json" - owner: "{{ wildfly_user }}" - group: "{{ wildfly_group }}" - mode: 0755 - remote_src: true - when: "{{ msg_91_required|default(false) }}" - ignore_errors: true - - -- name: NIC SMS provider configuration file - copy: - src: "sunbird_auth_{{ sunbird_auth_version }}.config/NicSmsCreds.json" - dest: "{{ keycloak_home }}/bin/sms-provider/NicSmsCreds.json" + src: "sunbird_auth_{{ sunbird_auth_version }}.config/AmnexSmsCreds.json" + dest: "{{ keycloak_home }}/bin/sms-provider/AmnexSmsCreds.json" owner: "{{ wildfly_user }}" group: "{{ wildfly_group }}" mode: 0755 remote_src: true - when: "{{ msg_91_required|default(false) }}" + when: "{{ sms_required|default(false) }}" ignore_errors: true - - name: Remove the sunbird_auth_{{ sunbird_auth_version }}.config become: true file: diff --git a/ansible/roles/keycloak-deploy/templates/AmnexSmsCreds.json.j2 b/ansible/roles/keycloak-deploy/templates/AmnexSmsCreds.json.j2 new file mode 100644 index 0000000000..b3c93f3908 --- /dev/null +++ b/ansible/roles/keycloak-deploy/templates/AmnexSmsCreds.json.j2 @@ -0,0 +1,14 @@ +{ + "gatewayUrl": "{{ smsgatewayurl }}", + "auth_key": "{{sms_auth_key}}", + "sender": "{{sms_vault_sender}}", + "route": "{{sms_vault_route}}", + "campaign_name": "{{ sms_campaign_message }}", + "messageTypes": [ + { + "name": "{{ smsname }}", + "message": "{{ smsmessage }}", + "Template_ID": "{{ smstemplateid }}" + } + ] +} diff --git a/ansible/roles/keycloak-deploy/templates/NicSmsCreds.json.j2 b/ansible/roles/keycloak-deploy/templates/NicSmsCreds.json.j2 deleted file mode 100644 index d4d7b501f8..0000000000 --- a/ansible/roles/keycloak-deploy/templates/NicSmsCreds.json.j2 +++ /dev/null @@ -1,23 +0,0 @@ -{ - "gatewayUrl": "{{ smsgatewayurl }}", - "signature": "{{ smssign }}", - "country": "{{ smscountrycode }}", - "messageTypes": [ - { - "username": "{{ smsusername }}", - "password": "{{ smspassword }}", - "name":"{{ smsname }}", - "message": "{{ smsmessage }}", - "dlt_entity_id": "{{ smsentityid }}", - "dlt_template_id": "{{ smstemplateid }}" - }, - { - "username": "{{ smsotpusername }}", - "password": "{{ smsotppassword }}", - "name": "{{ smsotpname }}", - "message": "{{ smsotpmessage }}", - "dlt_entity_id": "{{ smsotpentityid }}", - "dlt_template_id": "{{ smsotptemplateid }}" - } - ] -} diff --git a/ansible/roles/keycloak-deploy/templates/keycloak-realm.j2 b/ansible/roles/keycloak-deploy/templates/keycloak-realm.j2 index 059a6dc8df..2569fe325c 100644 --- a/ansible/roles/keycloak-deploy/templates/keycloak-realm.j2 +++ b/ansible/roles/keycloak-deploy/templates/keycloak-realm.j2 @@ -74,7 +74,6 @@ } ], "client": { - "nodebb": [], "realm-management": [ { "id": "3f8bf7e5-5d66-4394-8f06-1270529c605f", @@ -287,7 +286,6 @@ "attributes": {} } ], - "google-auth-desktop": [], "security-admin-console": [], "android": [], "broker": [ @@ -302,7 +300,6 @@ } ], "trampoline-android": [], - "desktop": [], "lms": [ { "id": "670b76e1-643b-449e-bd02-057eac587b32", @@ -313,7 +310,6 @@ "attributes": {} } ], - "trampoline-desktop": [], "google-auth-android": [], "admin-cli": [], "trampoline": [], @@ -385,424 +381,17 @@ ], "clients": [ { - "id": "26320feb-8a5d-49e4-80c5-20eb7428a11e", - "clientId": "nodebb", - "rootUrl": "{{proto}}://{{proxy_server_name}}/discussions", - "adminUrl": "{{proto}}://{{proxy_server_name}}/discussions", - "baseUrl": "{{proto}}://{{proxy_server_name}}/discussions", - "surrogateAuthRequired": false, - "enabled": true, - "clientAuthenticatorType": "client-secret", - "secret": "{{ core_vault_nodebb_secret }}", - "redirectUris": [ - "{{proto}}://{{proxy_server_name}}/auth/fusionauth-oidc/callback", - "{{proto}}://{{proxy_server_name}}/discussions/*", - "{{proto}}://{{proxy_server_name}}/discussions/auth/fusionauth-oidc/callback" - ], - "webOrigins": [ - "{{proto}}://{{proxy_server_name}}" - ], - "notBefore": 0, - "bearerOnly": false, - "consentRequired": false, - "standardFlowEnabled": true, - "implicitFlowEnabled": false, - "directAccessGrantsEnabled": true, - "serviceAccountsEnabled": false, - "publicClient": false, - "frontchannelLogout": false, - "protocol": "openid-connect", - "attributes": { - "saml.assertion.signature": "false", - "saml.multivalued.roles": "false", - "saml.force.post.binding": "false", - "saml.encrypt": "false", - "saml_force_name_id_format": "false", - "saml.client.signature": "false", - "saml.authnstatement": "false", - "saml.server.signature": "false", - "saml.server.signature.keyinfo.ext": "false", - "saml.onetimeuse.condition": "false" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": true, - "nodeReRegistrationTimeout": -1, - "protocolMappers": [ - { - "id": "ccaa12e5-c02d-43d6-be17-a9589058a59a", - "name": "email", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "email", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email", - "jsonType.label": "String" - } - }, - { - "id": "beecffc2-7cee-46d2-95bf-4fe6d9083c8b", - "name": "username", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "preferred_username", - "jsonType.label": "String" - } - }, - { - "id": "ae5ab74e-4e43-4e5f-9ed3-7cc9b5420247", - "name": "full name", - "protocol": "openid-connect", - "protocolMapper": "oidc-full-name-mapper", - "consentRequired": false, - "config": { - "id.token.claim": "true", - "access.token.claim": "true" - } - }, - { - "id": "9dd1607d-5fc2-4d13-9ec7-4a08d9139217", - "name": "role list", - "protocol": "saml", - "protocolMapper": "saml-role-list-mapper", - "consentRequired": false, - "config": { - "single": "false", - "attribute.nameformat": "Basic", - "attribute.name": "Role" - } - }, - { - "id": "bc5fee3f-ee82-4a34-bfdb-7be32445b7e6", - "name": "given name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "firstName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "given_name", - "jsonType.label": "String" - } - }, - { - "id": "224ab538-bc07-41a0-8dfd-20327e475aa5", - "name": "family name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "lastName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "family_name", - "jsonType.label": "String" - } - } - ], - "defaultClientScopes": [ - "web-origins", - "roles" - ], - "optionalClientScopes": [ - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "9a901d18-377b-4615-9b89-677b544be3c5", - "clientId": "trampoline", - "rootUrl": "{{proto}}://{{proxy_server_name}}", - "adminUrl": "", - "baseUrl": "/", - "surrogateAuthRequired": false, - "enabled": true, - "clientAuthenticatorType": "client-secret", - "secret": "{{sunbird_trampoline_secret}}", - "redirectUris": [], - "webOrigins": [], - "notBefore": 0, - "bearerOnly": false, - "consentRequired": false, - "standardFlowEnabled": false, - "implicitFlowEnabled": false, - "directAccessGrantsEnabled": true, - "serviceAccountsEnabled": false, - "publicClient": false, - "frontchannelLogout": false, - "protocol": "openid-connect", - "attributes": { - "saml.assertion.signature": "false", - "saml.multivalued.roles": "false", - "saml.force.post.binding": "false", - "saml.encrypt": "false", - "saml_force_name_id_format": "false", - "saml.client.signature": "false", - "saml.authnstatement": "false", - "saml.server.signature": "false", - "saml.server.signature.keyinfo.ext": "false", - "saml.onetimeuse.condition": "false" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": true, - "nodeReRegistrationTimeout": -1, - "protocolMappers": [ - { - "id": "12134027-94cc-401c-bbf6-be565078ddfb", - "name": "role list", - "protocol": "saml", - "protocolMapper": "saml-role-list-mapper", - "consentRequired": false, - "config": { - "single": "false", - "attribute.nameformat": "Basic", - "attribute.name": "Role" - } - }, - { - "id": "6a956bf1-6c40-4549-b335-9fe8c788b18f", - "name": "family name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "lastName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "family_name", - "jsonType.label": "String" - } - }, - { - "id": "d32ba1d4-3fef-42ff-aa2b-98cb4bfef6f9", - "name": "full name", - "protocol": "openid-connect", - "protocolMapper": "oidc-full-name-mapper", - "consentRequired": false, - "config": { - "id.token.claim": "true", - "access.token.claim": "true", - "userinfo.token.claim": "true" - } - }, - { - "id": "9e899fc7-1ddd-447d-810c-d91333d6621c", - "name": "username", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "preferred_username", - "jsonType.label": "String" - } - }, - { - "id": "74e4d13f-bd02-4f17-bbbc-d4b79bab1971", - "name": "email", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "email", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email", - "jsonType.label": "String" - } - }, - { - "id": "48fe23c2-a6fb-4c5e-8930-28ad1913829a", - "name": "given name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "firstName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "given_name", - "jsonType.label": "String" - } - } - ], - "defaultClientScopes": [ - "web-origins", - "roles" - ], - "optionalClientScopes": [ - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "da893beb-6ac7-420d-b51b-f05dadf56bbc", - "clientId": "android", - "rootUrl": "{{proto}}://{{proxy_server_name}}", - "baseUrl": "/", - "surrogateAuthRequired": false, - "enabled": true, - "clientAuthenticatorType": "client-secret", - "secret": "{{ core_vault_android_keycloak_secret }}", - "redirectUris": [ - "{{proto}}://{{proxy_server_name}}/oauth2callback", - "{{ env }}.sunbird.app://mobile" - ], - "webOrigins": [], - "notBefore": 0, - "bearerOnly": false, - "consentRequired": false, - "standardFlowEnabled": true, - "implicitFlowEnabled": false, - "directAccessGrantsEnabled": false, - "serviceAccountsEnabled": false, - "publicClient": true, - "frontchannelLogout": false, - "protocol": "openid-connect", - "attributes": { - "saml.assertion.signature": "false", - "saml.multivalued.roles": "false", - "saml.force.post.binding": "false", - "saml.encrypt": "false", - "saml_force_name_id_format": "false", - "saml.client.signature": "false", - "saml.authnstatement": "false", - "saml.server.signature": "false", - "saml.server.signature.keyinfo.ext": "false", - "saml.onetimeuse.condition": "false" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": true, - "nodeReRegistrationTimeout": -1, - "protocolMappers": [ - { - "id": "ff7dac46-16b4-4ab6-a054-dd03d5411fa9", - "name": "role list", - "protocol": "saml", - "protocolMapper": "saml-role-list-mapper", - "consentRequired": false, - "config": { - "single": "false", - "attribute.nameformat": "Basic", - "attribute.name": "Role" - } - }, - { - "id": "32fad9c0-0dfe-45b2-94a1-3e2f74d756ec", - "name": "family name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "lastName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "family_name", - "jsonType.label": "String" - } - }, - { - "id": "4fb4d644-c609-4a27-a407-d451bcd83e16", - "name": "given name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "firstName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "given_name", - "jsonType.label": "String" - } - }, - { - "id": "84e7c6e5-1afb-44d8-b507-1ed31fa0f351", - "name": "email", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "email", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email", - "jsonType.label": "String" - } - }, - { - "id": "e7ca189f-94de-4996-a192-e93ba960bbba", - "name": "full name", - "protocol": "openid-connect", - "protocolMapper": "oidc-full-name-mapper", - "consentRequired": false, - "config": { - "id.token.claim": "true", - "access.token.claim": "true", - "userinfo.token.claim": "true" - } - }, - { - "id": "16bedb3b-7571-4106-9a47-66151915ac31", - "name": "username", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "preferred_username", - "jsonType.label": "String" - } - } - ], - "defaultClientScopes": [ - "web-origins", - "roles" - ], - "optionalClientScopes": [ - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "4e8f751d-5caa-489f-a281-636b56576cee", - "clientId": "google-auth-desktop", + "id": "9a901d18-377b-4615-9b89-677b544be3c5", + "clientId": "trampoline", "rootUrl": "{{proto}}://{{proxy_server_name}}", "adminUrl": "", "baseUrl": "/", "surrogateAuthRequired": false, "enabled": true, "clientAuthenticatorType": "client-secret", - "secret": "{{ sunbird_google_desktop_keycloak_secret }}", - "redirectUris": [ - "{{proto}}://{{proxy_server_name}}/*" - ], - "webOrigins": [ - "{{proto}}://{{proxy_server_name}}" - ], + "secret": "{{sunbird_trampoline_secret}}", + "redirectUris": [], + "webOrigins": [], "notBefore": 0, "bearerOnly": false, "consentRequired": false, @@ -830,7 +419,7 @@ "nodeReRegistrationTimeout": -1, "protocolMappers": [ { - "id": "d63f24fa-6ea0-4445-89db-18cbeb06f24a", + "id": "12134027-94cc-401c-bbf6-be565078ddfb", "name": "role list", "protocol": "saml", "protocolMapper": "saml-role-list-mapper", @@ -842,73 +431,74 @@ } }, { - "id": "c2ab9976-561e-4ba0-8599-e573e6abafe3", - "name": "email", + "id": "6a956bf1-6c40-4549-b335-9fe8c788b18f", + "name": "family name", "protocol": "openid-connect", "protocolMapper": "oidc-usermodel-property-mapper", "consentRequired": false, "config": { "userinfo.token.claim": "true", - "user.attribute": "email", + "user.attribute": "lastName", "id.token.claim": "true", "access.token.claim": "true", - "claim.name": "email", + "claim.name": "family_name", "jsonType.label": "String" } }, { - "id": "f06b6720-9ee5-42b3-8ba1-ad232f622570", - "name": "given name", + "id": "d32ba1d4-3fef-42ff-aa2b-98cb4bfef6f9", + "name": "full name", "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", + "protocolMapper": "oidc-full-name-mapper", "consentRequired": false, "config": { - "userinfo.token.claim": "true", - "user.attribute": "firstName", "id.token.claim": "true", "access.token.claim": "true", - "claim.name": "given_name", - "jsonType.label": "String" + "userinfo.token.claim": "true" } }, { - "id": "10dce5cc-503e-4dff-9f07-f1c534956747", - "name": "family name", + "id": "9e899fc7-1ddd-447d-810c-d91333d6621c", + "name": "username", "protocol": "openid-connect", "protocolMapper": "oidc-usermodel-property-mapper", "consentRequired": false, "config": { "userinfo.token.claim": "true", - "user.attribute": "lastName", + "user.attribute": "username", "id.token.claim": "true", "access.token.claim": "true", - "claim.name": "family_name", + "claim.name": "preferred_username", "jsonType.label": "String" } }, { - "id": "8c97679c-aa11-4794-a157-5e08bb315033", - "name": "full name", + "id": "74e4d13f-bd02-4f17-bbbc-d4b79bab1971", + "name": "email", "protocol": "openid-connect", - "protocolMapper": "oidc-full-name-mapper", + "protocolMapper": "oidc-usermodel-property-mapper", "consentRequired": false, "config": { + "userinfo.token.claim": "true", + "user.attribute": "email", "id.token.claim": "true", - "access.token.claim": "true" + "access.token.claim": "true", + "claim.name": "email", + "jsonType.label": "String" } }, { - "id": "66405b47-d570-414f-bbfb-5f9bdbcc6132", - "name": "username", + "id": "48fe23c2-a6fb-4c5e-8930-28ad1913829a", + "name": "given name", "protocol": "openid-connect", "protocolMapper": "oidc-usermodel-property-mapper", "consentRequired": false, "config": { "userinfo.token.claim": "true", - "user.attribute": "username", + "user.attribute": "firstName", "id.token.claim": "true", "access.token.claim": "true", - "claim.name": "preferred_username", + "claim.name": "given_name", "jsonType.label": "String" } } @@ -923,17 +513,17 @@ ] }, { - "id": "21529800-33dd-11eb-adc1-0242ac120002", - "clientId": "desktop", + "id": "da893beb-6ac7-420d-b51b-f05dadf56bbc", + "clientId": "android", "rootUrl": "{{proto}}://{{proxy_server_name}}", - "adminUrl": "{{proto}}://{{proxy_server_name}}", "baseUrl": "/", "surrogateAuthRequired": false, "enabled": true, "clientAuthenticatorType": "client-secret", - "secret": "{{ core_vault_desktop_secret }}", + "secret": "{{ core_vault_android_keycloak_secret }}", "redirectUris": [ - "{{proto}}://{{proxy_server_name}}/oauth2callback" + "{{proto}}://{{proxy_server_name}}/oauth2callback", + "{{ env }}.sunbird.app://mobile" ], "webOrigins": [], "notBefore": 0, @@ -963,21 +553,7 @@ "nodeReRegistrationTimeout": -1, "protocolMappers": [ { - "id": "f9d3b3b4-b2f7-44dd-9a88-3c3e84498af4", - "name": "Client Host", - "protocol": "openid-connect", - "protocolMapper": "oidc-usersessionmodel-note-mapper", - "consentRequired": false, - "config": { - "user.session.note": "clientHost", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "clientHost", - "jsonType.label": "String" - } - }, - { - "id": "21529a26-33dd-11eb-adc1-0242ac120002", + "id": "ff7dac46-16b4-4ab6-a054-dd03d5411fa9", "name": "role list", "protocol": "saml", "protocolMapper": "saml-role-list-mapper", @@ -989,36 +565,22 @@ } }, { - "id": "2152a052-33dd-11eb-adc1-0242ac120002", - "name": "username", + "id": "32fad9c0-0dfe-45b2-94a1-3e2f74d756ec", + "name": "family name", "protocol": "openid-connect", "protocolMapper": "oidc-usermodel-property-mapper", "consentRequired": false, "config": { "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "preferred_username", - "jsonType.label": "String" - } - }, - { - "id": "005d98d7-be8b-4847-8616-12ec41a05382", - "name": "Client IP Address", - "protocol": "openid-connect", - "protocolMapper": "oidc-usersessionmodel-note-mapper", - "consentRequired": false, - "config": { - "user.session.note": "clientAddress", + "user.attribute": "lastName", "id.token.claim": "true", "access.token.claim": "true", - "claim.name": "clientAddress", + "claim.name": "family_name", "jsonType.label": "String" } }, { - "id": "21529c10-33dd-11eb-adc1-0242ac120002", + "id": "4fb4d644-c609-4a27-a407-d451bcd83e16", "name": "given name", "protocol": "openid-connect", "protocolMapper": "oidc-usermodel-property-mapper", @@ -1033,7 +595,7 @@ } }, { - "id": "21529ce2-33dd-11eb-adc1-0242ac120002", + "id": "84e7c6e5-1afb-44d8-b507-1ed31fa0f351", "name": "email", "protocol": "openid-connect", "protocolMapper": "oidc-usermodel-property-mapper", @@ -1048,45 +610,31 @@ } }, { - "id": "21529b2a-33dd-11eb-adc1-0242ac120002", - "name": "family name", + "id": "e7ca189f-94de-4996-a192-e93ba960bbba", + "name": "full name", "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", + "protocolMapper": "oidc-full-name-mapper", "consentRequired": false, "config": { - "userinfo.token.claim": "true", - "user.attribute": "lastName", "id.token.claim": "true", "access.token.claim": "true", - "claim.name": "family_name", - "jsonType.label": "String" + "userinfo.token.claim": "true" } }, { - "id": "b6432e79-2303-43a5-bc9b-a848aef35789", - "name": "Client ID", + "id": "16bedb3b-7571-4106-9a47-66151915ac31", + "name": "username", "protocol": "openid-connect", - "protocolMapper": "oidc-usersessionmodel-note-mapper", + "protocolMapper": "oidc-usermodel-property-mapper", "consentRequired": false, "config": { - "user.session.note": "clientId", + "userinfo.token.claim": "true", + "user.attribute": "username", "id.token.claim": "true", "access.token.claim": "true", - "claim.name": "clientId", + "claim.name": "preferred_username", "jsonType.label": "String" } - }, - { - "id": "21529daa-33dd-11eb-adc1-0242ac120002", - "name": "full name", - "protocol": "openid-connect", - "protocolMapper": "oidc-full-name-mapper", - "consentRequired": false, - "config": { - "id.token.claim": "true", - "access.token.claim": "true", - "userinfo.token.claim": "true" - } } ], "defaultClientScopes": [ @@ -2418,141 +1966,6 @@ "microprofile-jwt" ] }, - { - "id": "7d86da86-b107-4ec7-bfe7-84f202d4030c", - "clientId": "trampoline-desktop", - "rootUrl": "{{proto}}://{{proxy_server_name}}", - "adminUrl": "", - "baseUrl": "/", - "surrogateAuthRequired": false, - "enabled": true, - "clientAuthenticatorType": "client-secret", - "secret": "{{ sunbird_trampoline_desktop_keycloak_secret }}", - "redirectUris": [ - "{{proto}}://{{proxy_server_name}}/*" - ], - "webOrigins": [ - "{{proto}}://{{proxy_server_name}}" - ], - "notBefore": 0, - "bearerOnly": false, - "consentRequired": false, - "standardFlowEnabled": false, - "implicitFlowEnabled": false, - "directAccessGrantsEnabled": true, - "serviceAccountsEnabled": false, - "publicClient": false, - "frontchannelLogout": false, - "protocol": "openid-connect", - "attributes": { - "saml.assertion.signature": "false", - "saml.multivalued.roles": "false", - "saml.force.post.binding": "false", - "saml.encrypt": "false", - "saml_force_name_id_format": "false", - "saml.client.signature": "false", - "saml.authnstatement": "false", - "saml.server.signature": "false", - "saml.server.signature.keyinfo.ext": "false", - "saml.onetimeuse.condition": "false" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": true, - "nodeReRegistrationTimeout": -1, - "protocolMappers": [ - { - "id": "a5110145-04b0-4841-a4a1-4de10a78e7dd", - "name": "role list", - "protocol": "saml", - "protocolMapper": "saml-role-list-mapper", - "consentRequired": false, - "config": { - "single": "false", - "attribute.nameformat": "Basic", - "attribute.name": "Role" - } - }, - { - "id": "5b0c88d6-1815-4813-90a2-df35ef036d86", - "name": "email", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "email", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email", - "jsonType.label": "String" - } - }, - { - "id": "9be4a0f5-daa8-4806-bf46-aaa87eeac22f", - "name": "family name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "lastName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "family_name", - "jsonType.label": "String" - } - }, - { - "id": "18bdcae0-00f6-4208-90a5-61d69adb5fa9", - "name": "username", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "preferred_username", - "jsonType.label": "String" - } - }, - { - "id": "2ef53e45-67d1-4e40-9272-ef8f73a6f9f9", - "name": "given name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "firstName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "given_name", - "jsonType.label": "String" - } - }, - { - "id": "5681c015-160b-4bd4-9765-929d786b879b", - "name": "full name", - "protocol": "openid-connect", - "protocolMapper": "oidc-full-name-mapper", - "consentRequired": false, - "config": { - "id.token.claim": "true", - "access.token.claim": "true" - } - } - ], - "defaultClientScopes": [ - "web-origins", - "roles" - ], - "optionalClientScopes": [ - "offline_access", - "microprofile-jwt" - ] - }, { "id": "586ad4d3-c063-4df0-91c1-9d4ab64da7ca", "clientId": "trampoline-android", diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml index 22b368801b..f0a4e48011 100644 --- a/ansible/roles/kong-api/defaults/main.yml +++ b/ansible/roles/kong-api/defaults/main.yml @@ -117,7 +117,16 @@ calendar_prefix: /calendar careers_prefix: /careers demand_prefix: /demand playlist_prefix: /playList +interest_prefix: /interest +orgBookmark_prefix: /orgBookmark +announcement_prefix: /announcements +cios_prefix: /cios +ciosIntegration_prefix: /ciosIntegration tenders_prefix: /tenders +mentoring_prefix : /private/mentoring +mentoring_user_prefix : /private/mentoringUser +mentoring_interface_prefix : /private/mentoringInterface + # Service URLs knowledge_mw_service_url: "http://knowledge-mw-service:5000" @@ -157,6 +166,8 @@ ml_core_service_url: "http://ml-core-service:3000" ml_survey_private_url: "http://{{private_ingressgateway_ip}}/ml-survey" ml_core_private_url: "http://{{private_ingressgateway_ip}}/ml-core" cb_pores_service_url : "http://cb-pores-service:7001" +cios_content_service_url : "http://cios-content-service:7001" +mentoring_service_url: "http://mentoring-interface-service:3567" premium_consumer_rate_limits: - api: createContent @@ -13241,9 +13252,207 @@ kong_apis: - name: request-size-limiting config.allowed_payload_size: "{{ medium_request_size_limit }}" - - name: createTendersEvent - uris: "{{ tenders_prefix }}/v4/create" - upstream_url: "{{ content_service_url }}/event/v4/create" + - name: playerGetAssessmentResultV5 + uris: "{{ user_service_prefix }}/assessment/v5/result" + upstream_url: "{{ sb_cb_ext_service_url }}/v5/quml/assessment/result" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ large_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: retakeAssessmentV5 + uris: "{{ user_service_prefix }}/assessment/v5/retake" + upstream_url: "{{ sb_cb_ext_service_url }}/v5/quml/assessment/retake" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ small_request_size_limit }}" + + - name: assessmentSubmitV5 + uris: "/v5/user/assessment/submit" + upstream_url: "{{ sb_cb_ext_service_url }}/v5/user/assessment/submit" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'dataCreate' + - name: rate-limiting + config.policy: local + config.hour: "{{ x_large_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: playerQuestionListV5 + uris: "{{ player_prefix }}/question/v5/list" + upstream_url: "{{ sb_cb_ext_service_url }}/v5/quml/question/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ large_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: playerQuSetReadHierarchyV5 + uris: "{{ player_prefix }}/questionset/v5/hierarchy" + upstream_url: "{{ sb_cb_ext_service_url }}/v5/quml/assessment/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ large_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: interestCreate + uris: "{{ interest_prefix }}/v1/create" + upstream_url: "{{ cb_pores_service_url }}/interest/v1/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: interestRead + uris: "{{ interest_prefix }}/v1/read" + upstream_url: "{{ cb_pores_service_url }}/interest/v1/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: interestSearch + uris: "{{ interest_prefix }}/v1/search" + upstream_url: "{{ cb_pores_service_url }}/interest/v1/search" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: interestAssign + uris: "{{ interest_prefix }}/v1/assign" + upstream_url: "{{ cb_pores_service_url }}/interest/v1/assign" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: updateDemandStatus + uris: "{{ demand_prefix }}/content/v1/update/status" + upstream_url: "{{ cb_pores_service_url }}/demand/v1/update/status" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: assessmentSaveV5 + uris: "/assessment/save" + upstream_url: "{{ sb_cb_ext_service_url }}/v5/user/assessment/save" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'dataAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: orgBookmarkCreate + uris: "{{ orgBookmark_prefix }}/v1/create" + upstream_url: "{{ cb_pores_service_url }}/orgBookmark/v1/create" strip_uri: true plugins: - name: jwt @@ -13259,9 +13468,27 @@ kong_apis: - name: request-size-limiting config.allowed_payload_size: "{{ medium_request_size_limit }}" - - name: readTendersEvent - uris: "{{ tenders_prefix }}/v4/read" - upstream_url: "{{ content_service_url }}/event/v4/read" + - name: orgBookmarkUpdate + uris: "{{ orgBookmark_prefix }}/v1/update" + upstream_url: "{{ cb_pores_service_url }}/orgBookmark/v1/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentUpdate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: orgBookmarkSearch + uris: "{{ orgBookmark_prefix }}/v1/search" + upstream_url: "{{ cb_pores_service_url }}/orgBookmark/v1/search" strip_uri: true plugins: - name: jwt @@ -13277,9 +13504,27 @@ kong_apis: - name: request-size-limiting config.allowed_payload_size: "{{ medium_request_size_limit }}" - - name: updateTendersEvent - uris: "{{ tenders_prefix }}/v4/update" - upstream_url: "{{ content_service_url }}/event/v4/update" + - name: orgBookmarkDelete + uris: "{{ orgBookmark_prefix }}/v1/delete" + upstream_url: "{{ cb_pores_service_url }}/orgBookmark/v1/delete" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentUpdate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: orgBookmarkRead + uris: "{{ orgBookmark_prefix }}/v1/read" + upstream_url: "{{ cb_pores_service_url }}/orgBookmark/v1/read" strip_uri: true plugins: - name: jwt @@ -13295,9 +13540,63 @@ kong_apis: - name: request-size-limiting config.allowed_payload_size: "{{ medium_request_size_limit }}" - - name: publishTendersEvent - uris: "{{ tenders_prefix }}/v4/publish" - upstream_url: "{{ content_service_url }}/event/v4/publish" + - name: playListV2Search + uris: "{{ playlist_prefix }}/v2/search" + upstream_url: "{{ cb_pores_service_url }}/playList/v2/search" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: playListRead + uris: "{{ playlist_prefix }}/read" + upstream_url: "{{ cb_pores_service_url }}/playList/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: announcementCreate + uris: "{{ announcement_prefix }}/v1/create" + upstream_url: "{{ cb_pores_service_url }}/announcements/v1/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: announcementSearch + uris: "{{ announcement_prefix }}/v1/search" + upstream_url: "{{ cb_pores_service_url }}/announcements/v1/search" strip_uri: true plugins: - name: jwt @@ -13312,3 +13611,1764 @@ kong_apis: config.limit_by: credential - name: request-size-limiting config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: announcementUpdate + uris: "{{ announcement_prefix }}/v1/update" + upstream_url: "{{ cb_pores_service_url }}/announcements/v1/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: announcementRead + uris: "{{ announcement_prefix }}/v1/read" + upstream_url: "{{ cb_pores_service_url }}/announcements/v1/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: announcementDelete + uris: "{{ announcement_prefix }}/v1/delete" + upstream_url: "{{ cb_pores_service_url }}/announcements/v1/delete" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: assessmentSavePointV5 + uris: "/assessment/savepoint" + upstream_url: "{{ sb_cb_ext_service_url }}/v5/quml/assessment/savepoint" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'dataAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: playListV2Create + uris: "{{ playlist_prefix }}/v2/create" + upstream_url: "{{ cb_pores_service_url }}/playList/v2/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentCreate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: playListV2Update + uris: "{{ playlist_prefix }}/v2/update" + upstream_url: "{{ cb_pores_service_url }}/playList/v2/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentUpdate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: playListV2Read + uris: "{{ playlist_prefix }}/v2/read" + upstream_url: "{{ cb_pores_service_url }}/playList/v2/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: ciosOnBoard + uris: "{{ cios_prefix }}/v1/onboardContent" + upstream_url: "{{ cb_pores_service_url }}/cios/v1/onboardContent" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentUpdate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: ciosRead + uris: "{{ cios_prefix }}/v1/content/read" + upstream_url: "{{ cb_pores_service_url }}/cios/v1/content/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentUpdate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: ciosSearch + uris: "{{ cios_prefix }}/v1/search/content" + upstream_url: "{{ cb_pores_service_url }}/cios/v1/search/content" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentUpdate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: ciosDelete + uris: "{{ cios_prefix }}/v1/content/delete" + upstream_url: "{{ cb_pores_service_url }}/cios/v1/content/delete" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentUpdate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: ciosLoadExcel + uris: "{{ ciosIntegration_prefix }}/v1/loadContentFromExcel" + upstream_url: "{{ cios_content_service_url }}/ciosIntegration/v1/loadContentFromExcel" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: ciosReadContent + uris: "{{ ciosIntegration_prefix }}/v1/readAllContentFromDb" + upstream_url: "{{ cios_content_service_url }}/ciosIntegration/v1/readAllContentFromDb" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: createTendersEvent + uris: "{{ tenders_prefix }}/v4/create" + upstream_url: "{{ content_service_url }}/event/v4/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentCreate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: readTendersEvent + uris: "{{ tenders_prefix }}/v4/read" + upstream_url: "{{ content_service_url }}/event/v4/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: updateTendersEvent + uris: "{{ tenders_prefix }}/v4/update" + upstream_url: "{{ content_service_url }}/event/v4/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: publishTendersEvent + uris: "{{ tenders_prefix }}/v4/publish" + upstream_url: "{{ content_service_url }}/event/v4/publish" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: CBBulkUserUploadV2 + uris: "{{ user_service_prefix }}/v2/bulkupload" + upstream_url: "{{ sb_cb_ext_service_url }}/user/v2/bulkupload" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'userCreate' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: BulkUserUpdateFileUploadV2 + uris: "{{ workflow_handler_service_prefix }}/admin/v2/bulkupdate/transition" + upstream_url: "{{ workflow_handler_service_url }}/v1/workflow/admin/v2/bulkupdate/transition" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'dataAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: playListSearchProgram + uris: "{{ playlist_prefix }}/v1/search/program" + upstream_url: "{{ cb_pores_service_url }}/playList/v1/search/program" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: profileDetails + uris: "{{ mentoring_user_prefix }}/v1/user/read/" + upstream_url: "{{ mentoring_service_url }}/user/v1/user/read/" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: mentorProfileDetails + uris: "{{ mentoring_prefix }}/v1/mentors/profile/" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/profile/" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: menteeProfileDetails + uris: "{{ mentoring_prefix }}/v1/mentors/profile/" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/users/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: fileCloudUpload + uris: "{{ mentoring_user_prefix }}/v1/cloud-services/file/upload" + upstream_url: "{{ mentoring_service_url }}/user/v1/cloud-services/file/upload" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: menteeSessions + uris: "{{ mentoring_prefix }}/v1/mentees/sessions" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentees/sessions" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: homeFeeds + uris: "{{ mentoring_prefix }}/v1/mentees/sessions" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentees/homeFeed" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: getSignedUrl + uris: "{{ mentoring_user_prefix }}/v1/cloud-services/file" + upstream_url: "{{ mentoring_service_url }}/user/v1/cloud-services/file" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: uploadFile + uris: "{{ mentoring_prefix }}/v1/cloud-services/getSignedUrl" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/cloud-services/getSignedUrl" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: feedbackSubmit + uris: "{{ mentoring_prefix }}/v1/feedback/submit" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/feedback/submit" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: upcomingSessions + uris: "{{ mentoring_prefix }}/v1/mentors/upcomingSessions" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/upcomingSessions" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: shareMentorProfile + uris: "{{ mentoring_prefix }}/v1/mentors/share" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/share" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: reportIssue + uris: "{{ mentoring_prefix }}/v1/issues/create" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/issues/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: mentorProfileRead + uris: "{{ mentoring_prefix }}/v1/profile/read" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/profile/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: createdSessions + uris: "{{ mentoring_prefix }}/v1/mentors/createdSessions" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/createdSessions" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: mentorsList + uris: "{{ mentoring_prefix }}/v1/mentors/list" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: mentorProfileDetailsv1 + uris: "{{ mentoring_prefix }}/v1/mentors/details" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/details" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: formRead + uris: "{{ mentoring_prefix }}/v1/form/read" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/form/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: sessionCreate + uris: "{{ mentoring_prefix }}/v1/sessions/update" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: sessionList + uris: "{{ mentoring_prefix }}/v1/sessions/list" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: sessionDetails + uris: "{{ mentoring_prefix }}/v1/sessions/details" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/details" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: shareSession + uris: "{{ mentoring_prefix }}/v1/sessions/share" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/share" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: sessionEnroll + uris: "{{ mentoring_prefix }}/v1/sessions/enroll" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/enroll" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: sessionsUnEnroll + uris: "{{ mentoring_prefix }}/v1/sessions/unEnroll" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/unEnroll" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: sessionStart + uris: "{{ mentoring_prefix }}/v1/sessions/start" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/start" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: joinSession + uris: "{{ mentoring_prefix }}/v1/mentees/joinSession" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentees/joinSession" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: mentorsReport + uris: "{{ mentoring_prefix }}/v1/mentors/reports" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/reports" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: menteeReport + uris: "{{ mentoring_prefix }}/v1/mentees/reports" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentees/reports" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: questionsSetRead + uris: "{{ mentoring_prefix }}/v1/questionsSet/read" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questionsSet/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: questionsRead + uris: "{{ mentoring_prefix }}/v1/questions/read" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questions/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: entityTypeRead + uris: "{{ mentoring_interface_prefix }}/v1/entity-type/read" + upstream_url: "{{ mentoring_service_url }}/interface/v1/entity-type/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: mentorEntityTypeRead + uris: "{{ mentoring_prefix }}/v1/entity-type/read" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/entity-type/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: listOfOrgRoles + uris: "{{ mentoring_user_prefix }}/v1/user-role/list" + upstream_url: "{{ mentoring_service_url }}/user/v1/user-role/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: menteeList + uris: "{{ mentoring_prefix }}/v1/mentees/list" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentees/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: mentorList + uris: "{{ mentoring_prefix }}/v1/mentors/list" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/mentors/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: enrolledMenteesList + uris: "{{ mentoring_prefix }}/v1/sessions/enrolledMentees" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/sessions/enrolledMentees" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: platformConfig + uris: "{{ mentoring_prefix }}/v1/platform/config" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/platform/config" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: entityTypeCreate + uris: "{{ mentoring_prefix }}/v1/entity-type/create" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/entity-type/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: entityTypeCreateUser + uris: "{{ mentoring_user_prefix }}/v1/entity-type/create" + upstream_url: "{{ mentoring_service_url }}/user/v1/entity-type/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: entityTypeUpdateUser + uris: "{{ mentoring_user_prefix }}/v1/entity-type/update" + upstream_url: "{{ mentoring_service_url }}/user/v1/entity-type/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: entityTypeUpdate + uris: "{{ mentoring_prefix }}/v1/entity-type/create" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/entity-type/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: toChangeUserRole + uris: "{{ mentoring_prefix }}/v1/org-admin/roleChange" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/org-admin/roleChange" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: getOrgPolicy + uris: "{{ mentoring_prefix }}/v1/org-admin/getOrgPolicies" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/org-admin/getOrgPolicies" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - 'mentorServiceOrgAdmin' + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: setReleateOrganisation + uris: "{{ mentoring_prefix }}/v1/org-admin/updateRelatedOrgs" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/org-admin/updateRelatedOrgs" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: setOrgPolicy + uris: "{{ mentoring_prefix }}/v1/org-admin/setOrgPoliciessetOrgPolicies" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/org-admin/setOrgPoliciessetOrgPolicies" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: updateSampleCsv + uris: "{{ mentoring_prefix }}/v1/org-admin/uploadSampleCSV" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/org-admin/uploadSampleCSV" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: createUserServiceForm + uris: "{{ mentoring_user_prefix }}/v1/form/create" + upstream_url: "{{ mentoring_service_url }}/user/v1/form/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: createMentorServiceForm + uris: "{{ mentoring_prefix }}/v1/form/create" + upstream_url: "{{ mentoring_service_url }}/mentor/v1/form/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: updateUserServiceForm + uris: "{{ mentoring_user_prefix }}/v1/form/update" + upstream_url: "{{ mentoring_service_url }}/user/v1/form/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: updateMentorServiceForm + uris: "{{ mentoring_prefix }}/v1/form/update" + upstream_url: "{{ mentoring_service_url }}/mentor/v1/form/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: adminAccountCreate + uris: "{{ mentoring_user_prefix }}/v1/admin/create" + upstream_url: "{{ mentoring_service_url }}/user/v1/admin/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: adminAccountLogin + uris: "{{ mentoring_user_prefix }}/v1/admin/login" + upstream_url: "{{ mentoring_service_url }}/user/v1/admin/login" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: addOrgAdmin + uris: "{{ mentoring_user_prefix }}/v1/admin/addOrgAdmin" + upstream_url: "{{ mentoring_service_url }}/user/v1/admin/addOrgAdmin" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: deactivateOrg + uris: "{{ mentoring_user_prefix }}/v1/admin/deactivateOrg" + upstream_url: "{{ mentoring_service_url }}/user/v1/admin/deactivateOrg" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: orgCreate + uris: "{{ mentoring_user_prefix }}/v1/organization/create" + upstream_url: "{{ mentoring_service_url }}/user/v1/organization/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: updateOrg + uris: "{{ mentoring_user_prefix }}/v1/organization/update" + upstream_url: "{{ mentoring_service_url }}/user/v1/organization/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: orgList + uris: "{{ mentoring_user_prefix }}/v1/organization/list" + upstream_url: "{{ mentoring_service_url }}/user/v1/organization/list" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentor' + - 'mentorServiceMentee' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: requestOrgRole + uris: "{{ mentoring_user_prefix }}/v1/organization/requestOrgRole" + upstream_url: "{{ mentoring_service_url }}/user/v1/organization/requestOrgRole" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: buildorrebuildMaterializedviewsInternal + uris: "{{ mentoring_prefix }}/v1/admin/triggerViewRebuildInternal" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/admin/triggerViewRebuildInternal" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: buildorrebuildMaterializedviews + uris: "{{ mentoring_prefix }}/v1/admin/triggerViewRebuild" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/admin/triggerViewRebuild" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: buildorrebuildMaterializedviewsUserInternal + uris: "{{ mentoring_user_prefix }}/v1/admin/triggerViewRebuildInternal" + upstream_url: "{{ mentoring_service_url }}/user/v1/admin/triggerViewRebuildInternal" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: buildorrebuildMaterializedviewsUser + uris: "{{ mentoring_user_prefix }}/v1/admin/triggerViewRebuild" + upstream_url: "{{ mentoring_service_url }}/user/v1/admin/triggerViewRebuild" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: deleteEnityUser + uris: "{{ mentoring_user_prefix }}/v1/entity-type/delete" + upstream_url: "{{ mentoring_service_url }}/user/v1/entity-type/delete" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: deleteEnity + uris: "{{ mentoring_prefix }}/v1/entity-type/delete" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/entity-type/delete" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceOrgAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: questionsSetCreate + uris: "{{ mentoring_prefix }}/v1/questionsSet/create" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questionsSet/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: questionsSetUpdate + uris: "{{ mentoring_prefix }}/v1/questionsSet/update" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questionsSet/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: questionsSetReadv1 + uris: "{{ mentoring_prefix }}/v1/questionsSet/read" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questionsSet/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: questionRead + uris: "{{ mentoring_prefix }}/v1/questionsSet/read" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questions/read" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + + - name: questionCreate + uris: "{{ mentoring_prefix }}/v1/questionsSet/create" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questions/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: questionUpdate + uris: "{{ mentoring_prefix }}/v1/questionsSet/update" + upstream_url: "{{ mentoring_service_url }}/mentoring/v1/questions/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceSysAdmin' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: exploreCourseCreate + uris: "{{ course_service_prefix }}/v1/explore/upsert" + upstream_url: "{{ sb_cb_ext_service_url }}/course/v1/explore/upsert" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: exploreCourseDelete + uris: "{{ course_service_prefix }}/v1/explore/delete" + upstream_url: "{{ sb_cb_ext_service_url }}/course/v1/explore/delete" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'contentAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: externalMentoringCreate + uris: "{{ mentoring_interface_prefix }}/v1/external/create" + upstream_url: "{{ mentoring_service_url }}/interface/v1/external/create" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: pendingRequestCSVDwonload + uris: "{{ workflow_handler_service_prefix }}/admin/pending/request" + upstream_url: "{{ workflow_handler_service_url }}/v1/workflow/admin/pendingRequest/download/" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'dataAccess' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" + + - name: externalMentoringUpdate + uris: "{{ mentoring_interface_prefix }}/v1/external/update" + upstream_url: "{{ mentoring_service_url }}/interface/v1/external/update" + strip_uri: true + plugins: + - name: jwt + - name: cors + - "{{ statsd_pulgin }}" + - name: acl + config.whitelist: + - 'mentorServiceMentee' + - 'mentorServiceMentor' + - name: rate-limiting + config.policy: local + config.hour: "{{ medium_rate_limit_per_hour }}" + config.limit_by: credential + - name: request-size-limiting + config.allowed_payload_size: "{{ medium_request_size_limit }}" diff --git a/ansible/roles/openjdk/tasks/main.yml b/ansible/roles/openjdk/tasks/main.yml index 150cfd9f4d..63e8aba82b 100644 --- a/ansible/roles/openjdk/tasks/main.yml +++ b/ansible/roles/openjdk/tasks/main.yml @@ -5,5 +5,5 @@ apt: name='oracle-java8-set-default' state=absent - name: ensure openjdk 8 is present - apt: name='openjdk-8-jre-headless' state=present + apt: name='openjdk-8-jdk-headless' state=present diff --git a/ansible/roles/postgresql-backup/defaults/main.yml b/ansible/roles/postgresql-backup/defaults/main.yml index d64be512d8..d9b326a650 100644 --- a/ansible/roles/postgresql-backup/defaults/main.yml +++ b/ansible/roles/postgresql-backup/defaults/main.yml @@ -1,5 +1,4 @@ postgresql_backup_dir: /tmp/postgresql-backup postgresql_user: postgres -postgresql_backup_azure_container_name: postgresql-backup - -# Set these vars per environment as show in example below +backup_bucket: backup-bucket +postgresql_backup_folder: postgresql-backup-{{ ansible_host }} \ No newline at end of file diff --git a/ansible/roles/postgresql-backup/meta/main.yml b/ansible/roles/postgresql-backup/meta/main.yml deleted file mode 100644 index 23b18a800a..0000000000 --- a/ansible/roles/postgresql-backup/meta/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: - - azure-cli \ No newline at end of file diff --git a/ansible/roles/postgresql-backup/tasks/main.yml b/ansible/roles/postgresql-backup/tasks/main.yml index c71f15510f..1f9f1d6e85 100644 --- a/ansible/roles/postgresql-backup/tasks/main.yml +++ b/ansible/roles/postgresql-backup/tasks/main.yml @@ -13,20 +13,14 @@ async: 3600 poll: 10 -- name: Ensure azure blob storage container exists - command: az storage container create --name {{ postgresql_backup_azure_container_name }} - ignore_errors: true - environment: - AZURE_STORAGE_ACCOUNT: "{{ sunbird_management_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ sunbird_management_storage_account_key }}" - -- name: Upload to azure blob storage - command: az storage blob upload --name {{ postgresql_backup_gzip_file_name }} --file {{ postgresql_backup_gzip_file_path }} --container-name {{ postgresql_backup_azure_container_name }} - environment: - AZURE_STORAGE_ACCOUNT: "{{ sunbird_management_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ sunbird_management_storage_account_key }}" - async: 3600 - poll: 10 +- name: upload to gcs + include_role: + name: artifacts-upload-gcp + vars: + artifacts_container: "{{ backup_bucket }}/{{ postgresql_backup_folder }}" + artifact_path: "{{ postgresql_backup_gzip_file_path }}" + artifact: "{{ postgresql_backup_gzip_file_name }}" + service_account: "{{ gcp_backups_service_account }}" - name: clean up backup dir after upload file: path="{{ postgresql_backup_dir }}" state=absent diff --git a/ansible/roles/postgresql-data-update/tasks/databases.yml b/ansible/roles/postgresql-data-update/tasks/databases.yml index d13313e58c..d469e400d7 100644 --- a/ansible/roles/postgresql-data-update/tasks/databases.yml +++ b/ansible/roles/postgresql-data-update/tasks/databases.yml @@ -2,16 +2,18 @@ - name: Ensure PostgreSQL databases are present. postgresql_db: name: "{{ item.name }}" + password: "{{ item.password | default(omit) }}" encoding: "{{ item.encoding | default('UTF-8') }}" template: "{{ item.template | default('template0') }}" login_host: "{{ item.login_host | default('localhost') }}" - login_password: "{{ item.login_password | default(omit) }}" login_user: "{{ item.login_user | default(postgresql_user) }}" + login_password: "{{ item.login_password | default(omit) }}" login_unix_socket: "{{ item.login_unix_socket | default(postgresql_unix_socket_directories[0]) }}" port: "{{ item.port | default(omit) }}" owner: "{{ item.owner | default(postgresql_user) }}" state: "{{ item.state | default('present') }}" with_items: "{{ postgresql_databases }}" + no_log: "{{ postgres_users_no_log }}" become: true become_user: "{{ postgresql_user }}" # See: https://github.com/ansible/ansible/issues/16048#issuecomment-229012509 diff --git a/ansible/roles/postgresql-data-update/tasks/main.yml b/ansible/roles/postgresql-data-update/tasks/main.yml index 4dc4a1890b..d098c1fc45 100644 --- a/ansible/roles/postgresql-data-update/tasks/main.yml +++ b/ansible/roles/postgresql-data-update/tasks/main.yml @@ -1,8 +1,8 @@ - name: install psycopg2 package: - name: python-psycopg2 + name: python3-psycopg2 state: present - + # Configure PostgreSQL. - import_tasks: users.yml - import_tasks: databases.yml @@ -47,26 +47,26 @@ vars: ansible_ssh_pipelining: true -- name: Create the schema for uci transformer-service - postgresql_db: - login_user: "{{ uci_postgres_user }}" - login_password: "{{ uci_postgres_password }}" - login_unix_socket: "{{ postgresql_unix_socket_directories[0] }}" - name: "{{ uci_forms_postgres_database }}" - state: restore - target: "/tmp/uci_transformer_postgres.sql" - become_user: "{{ uci_postgres_user }}" - vars: - ansible_ssh_pipelining: true +# - name: Create the schema for uci transformer-service +# postgresql_db: +# login_user: "{{ uci_postgres_user }}" +# login_password: "{{ uci_postgres_password }}" +# login_unix_socket: "{{ postgresql_unix_socket_directories[0] }}" +# name: "{{ uci_forms_postgres_database }}" +# state: restore +# target: "/tmp/uci_transformer_postgres.sql" +# become_user: "{{ uci_postgres_user }}" +# vars: +# ansible_ssh_pipelining: true -- name: Create the schema for uci odk - postgresql_db: - login_user: "{{ uci_postgres_user }}" - login_password: "{{ uci_postgres_password }}" - login_unix_socket: "{{ postgresql_unix_socket_directories[0] }}" - name: "{{ uci_odk_postgres_database }}" - state: restore - target: "/tmp/uci_odk_postgres.sql" - become_user: "{{ uci_postgres_user }}" - vars: - ansible_ssh_pipelining: true \ No newline at end of file +# - name: Create the schema for uci odk +# postgresql_db: +# login_user: "{{ uci_postgres_user }}" +# login_password: "{{ uci_postgres_password }}" +# login_unix_socket: "{{ postgresql_unix_socket_directories[0] }}" +# name: "{{ uci_odk_postgres_database }}" +# state: restore +# target: "/tmp/uci_odk_postgres.sql" +# become_user: "{{ uci_postgres_user }}" +# vars: +# ansible_ssh_pipelining: true \ No newline at end of file diff --git a/ansible/roles/postgresql/defaults/main.yml b/ansible/roles/postgresql/defaults/main.yml index 4e1677969c..160e7828ce 100644 --- a/ansible/roles/postgresql/defaults/main.yml +++ b/ansible/roles/postgresql/defaults/main.yml @@ -68,3 +68,7 @@ postgresql_users: [] # Whether to output user data when managing users. postgres_users_no_log: true + +# apt postgres repo details +postgres_repo_key: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' +postgres_repo: 'deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main' diff --git a/ansible/roles/postgresql/tasks/setup-Debian.yml b/ansible/roles/postgresql/tasks/setup-Debian.yml index 1b540196f0..b8e68b82b7 100644 --- a/ansible/roles/postgresql/tasks/setup-Debian.yml +++ b/ansible/roles/postgresql/tasks/setup-Debian.yml @@ -4,6 +4,16 @@ name: "{{ postgresql_python_library }}" state: present +- name: debian | Adding Postgres Debian Repo Key + apt_key: + url: "{{ postgres_repo_key }}" + state: "present" + +- name: debian | Adding postgres Debian Repo + apt_repository: + repo: "{{ postgres_repo }}" + state: "present" + - name: Ensure PostgreSQL packages are installed. apt: name: "{{ postgresql_packages }}" diff --git a/ansible/roles/postgresql/vars/Ubuntu-22.yml b/ansible/roles/postgresql/vars/Ubuntu-22.yml new file mode 100644 index 0000000000..650ca25e33 --- /dev/null +++ b/ansible/roles/postgresql/vars/Ubuntu-22.yml @@ -0,0 +1,11 @@ +--- +__postgresql_version: "10" +__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main" +__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin" +__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main" +__postgresql_daemon: postgresql +__postgresql_packages: + - postgresql-10 + - postgresql-contrib + - libpq-dev +postgresql_python_library: python3-psycopg2 diff --git a/ansible/roles/prometheus-backup/meta/main.yml b/ansible/roles/prometheus-backup/meta/main.yml deleted file mode 100644 index bb605fa878..0000000000 --- a/ansible/roles/prometheus-backup/meta/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: - - azure-cli diff --git a/ansible/roles/stack-sunbird/templates/assessment-service_application.conf b/ansible/roles/stack-sunbird/templates/assessment-service_application.conf index 92185525e2..74699c16ea 100644 --- a/ansible/roles/stack-sunbird/templates/assessment-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/assessment-service_application.conf @@ -383,10 +383,12 @@ languageCode { telugu : "te" } -cloud_storage_type: "azure" -azure_storage_key: "{{ sunbird_public_storage_account_name }}" -azure_storage_secret: "{{ sunbird_public_storage_account_key }}" -azure_storage_container: "{{ sunbird_content_azure_storage_container }}" +#Cloud Storage details +cloud_storage_type="{{ cloud_service_provider }}" +cloud_storage_key="{{ cloud_storage_key }}" +cloud_storage_secret="""{{ cloud_storage_secret }}""" +cloud_storage_container="{{ cloud_storage_content_bucketname }}" +cloud_storage_endpoint="{{ cloud_storage_endpoint }}" kafka { urls : "{{ kafka_urls }}" diff --git a/ansible/roles/stack-sunbird/templates/content-service_application.conf b/ansible/roles/stack-sunbird/templates/content-service_application.conf index 5259556a32..77e3e676c3 100644 --- a/ansible/roles/stack-sunbird/templates/content-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/content-service_application.conf @@ -484,11 +484,14 @@ composite { url : "{{ sunbird_search_service_api_base_url }}/v3/search" } } -cloud_storage_type: "{{ igot_public_cloud_storage_type }}" -cephs3_storage_key: "{{ igot_cephs3_storage_key }}" -cephs3_storage_secret: "{{ igot_cephs3_storage_secret }}" -cephs3_storage_endpoint: "{{ igot_cephs3_storage_endpoint }}" -cephs3_storage_container: "{{ igot_cephs3_storage_container }}" + +#Cloud Storage details +cloud_storage_type="{{ cloud_service_provider }}" +cloud_storage_key="{{ cloud_storage_key }}" +cloud_storage_secret="""{{ cloud_storage_secret }}""" +cloud_storage_container="{{ cloud_storage_content_bucketname }}" +cloud_storage_endpoint="{{ cloud_storage_endpoint }}" +temp=temp kafka { urls : "{{ kafka_urls }}" @@ -597,7 +600,7 @@ channel { master.category.validation.enabled="{{ master_category_validation_enabled }}" -#Collection CSV +#Collection CSV sunbird_dialcode_search_api="http://dial-service.{{namespace}}.svc.cluster.local:9000/dialcode/v3/list" framework_read_api_url="{{ sunbird_content_repo_api_base_url }}/framework/v3/read" sunbird_link_dial_code_api="{{ sunbird_content_repo_api_base_url }}/collection/v3/dialcode/link" diff --git a/ansible/roles/stack-sunbird/templates/sunbird_cert-service.env b/ansible/roles/stack-sunbird/templates/sunbird_cert-service.env index 686df40e63..da843520b6 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_cert-service.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_cert-service.env @@ -1,13 +1,12 @@ CONTAINER_NAME={{cert_service_container_name}} -CLOUD_STORAGE_TYPE={{cert_service_cloud_storage_type}} -AZURE_STORAGE_SECRET={{sunbird_private_storage_account_key}} -AZURE_STORAGE_KEY={{sunbird_private_storage_account_name}} +CLOUD_STORAGE_TYPE={{cloud_service_provider}} sunbird_cert_domain_url={{proto}}://{{proxy_server_name}} sunbird_cert_enc_service_url=http://enc-service:8013 download_link_expiry_timeout=600 es_conn_info={{groups['es']|join(':9200,')}}:9200 ITEXT_LICENSE_ENABLED={{itext_license_enabled}} ITEXT_LICENSE_PATH=/home/sunbird/itext_trail_license.xml -PUBLIC_AZURE_STORAGE_KEY={{sunbird_public_storage_account_name}} -PUBLIC_AZURE_STORAGE_SECRET={{sunbird_public_storage_account_key}} PUBLIC_CONTAINER_NAME={{sunbird_cert_qr_container_name}} +GCP_STORAGE_KEY={{cloud_storage_key}} +GCP_STORAGE_SECRET={{cloud_storage_secret | replace('\n', '\\n')}} +GCP_STORAGE_ENDPOINT={{cloud_storage_endpoint}} diff --git a/ansible/roles/stack-sunbird/templates/sunbird_learner-service.env b/ansible/roles/stack-sunbird/templates/sunbird_learner-service.env index 7b90511d88..b9d714513a 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_learner-service.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_learner-service.env @@ -92,8 +92,6 @@ sunbird_keycloak_user_federation_provider_id={{core_vault_sunbird_keycloak_user_ sunbird_gzip_enable={{sunbird_gzip_enable}} sunbird_course_metrics_base_url={{sunbird_course_metrics_base_url}} sunbird_gzip_size_threshold={{sunbird_gzip_size_threshold | default(262144)}} -sunbird_analytics_blob_account_name={{sunbird_private_storage_account_name}} -sunbird_analytics_blob_account_key={{sunbird_private_storage_account_key}} # Optional for caching sunbird_cache_enable={{sunbird_cache_enable | default(false)}} # Set below variables if above true @@ -132,9 +130,9 @@ sunbird_default_country_code=91 sms_gateway_provider=NIC nic_sms_gateway_provider_base_url=https://smsgw.sms.gov.in/failsafe/HttpLink nic_sms_gateway_provider_senderid=MYGOVT -nic_sms_gateway_provider_username={{nic_sms_gateway_provider_username}} -nic_sms_gateway_provider_password={{nic_sms_gateway_provider_password}} -dlt_entity_id={{dlt_entity_id}} +nic_sms_gateway_provider_username={{nic_sms_gateway_provider_username | default("")}} +nic_sms_gateway_provider_password={{nic_sms_gateway_provider_password | default("")}} +dlt_entity_id={{dlt_entity_id | default("")}} sunbird_otp_expiration=900 sunbird_installation_display_name_for_sms=Karmayogi Bharat sunbird_mail_server_use_tls="true" diff --git a/ansible/roles/stack-sunbird/templates/sunbird_lms-service.env b/ansible/roles/stack-sunbird/templates/sunbird_lms-service.env index 7c87f53ac8..c84939331a 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_lms-service.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_lms-service.env @@ -93,8 +93,6 @@ sunbird_keycloak_user_federation_provider_id={{core_vault_sunbird_keycloak_user_ sunbird_gzip_enable={{sunbird_gzip_enable}} sunbird_course_metrics_base_url={{sunbird_course_metrics_base_url}} sunbird_gzip_size_threshold={{sunbird_gzip_size_threshold | default(262144)}} -sunbird_analytics_blob_account_name={{sunbird_private_storage_account_name}} -sunbird_analytics_blob_account_key={{sunbird_private_storage_account_key}} # Optional for caching sunbird_cache_enable={{sunbird_cache_enable | default(false)}} # Set below variables if above true @@ -169,7 +167,7 @@ search_identifier_max_size={{ search_identifier_max_size | default('1000') }} kafka_user_enrolment_event_topic={{ env }}.user.enrolment.event content_bucket=/content-store/content -static_host_url={{ igot_cephs3_storage_endpoint }} +static_host_url={{ cloud_storage_endpoint }} profile_update_url=/app/user-profile/details enrol_list_fields=contentType,name,channel,mimeType,appIcon,resourceType,identifier,trackable,objectType,organisation,pkgVersion,version,trackable,primaryCategory,posterImage,duration,creatorLogo,license,programDuration,avgRating,batches,endDate,startDate,status,enrollmentType,createdBy,certificates,competencies_v5,firstChildId,leafNodesCount,courseCategory diff --git a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf index 1c3714fbe8..33703e7221 100644 --- a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf @@ -366,10 +366,17 @@ platform { } # Cloud Storage Config -cloud_storage_type: "azure" -azure_storage_key: "{{ sunbird_public_storage_account_name }}" -azure_storage_secret: "{{ sunbird_public_storage_account_key }}" -azure_storage_container: "{{ sunbird_content_azure_storage_container }}" +# cloud_storage_type: "azure" +# azure_storage_key: "{{ sunbird_public_storage_account_name }}" +# azure_storage_secret: "{{ sunbird_public_storage_account_key }}" +# azure_storage_container: "{{ sunbird_content_azure_storage_container }}" + +#Cloud Storage details +cloud_storage_type="{{ cloud_service_provider }}" +cloud_storage_key="{{ cloud_storage_key }}" +cloud_storage_secret="""{{ cloud_storage_secret }}""" +cloud_storage_container="{{ cloud_storage_content_bucketname }}" +cloud_storage_endpoint="{{ cloud_storage_endpoint }}" installation.id: ekstep diff --git a/ansible/roles/vm-agents-nodeexporter/templates/prometheus-node-exporter.service.j2 b/ansible/roles/vm-agents-nodeexporter/templates/prometheus-node-exporter.service.j2 index b761e739b9..141ef313d6 100755 --- a/ansible/roles/vm-agents-nodeexporter/templates/prometheus-node-exporter.service.j2 +++ b/ansible/roles/vm-agents-nodeexporter/templates/prometheus-node-exporter.service.j2 @@ -6,7 +6,7 @@ After=network.target Type=simple User={{ prometheus_exporters_common_user }} Group={{ prometheus_exporters_common_group }} -ExecStart={{ prometheus_exporters_common_root_dir }}/node_exporter_current/node_exporter +ExecStart={{ prometheus_exporters_common_root_dir }}/node_exporter_current/node_exporter --collector.systemd SyslogIdentifier=prometheus_node_exporter Restart=always diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManager/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManager/config.xml index 99ae364dae..a174f2921c 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManager/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManager/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManagerEcho/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManagerEcho/config.xml index cb84967fb9..da450d1be6 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManagerEcho/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/APIManagerEcho/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/AdminUtils/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/AdminUtils/config.xml index bad9bddc1f..70b0522e3c 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/AdminUtils/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/AdminUtils/config.xml @@ -87,7 +87,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Analytics/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Analytics/config.xml index 0e2f5b81b5..ea4fa1dca0 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Analytics/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Analytics/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Assessment/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Assessment/config.xml index 57fd207551..d7c0ae42bc 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Assessment/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Assessment/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -50,7 +51,7 @@ ArtifactRepo - Push the docker image to container registry. - + 0 0 @@ -75,12 +76,12 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +90,7 @@ ArtifactRepo - Push the docker image to container registry. false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Bot/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Bot/config.xml index 9d3f277a13..a9ad9068c3 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Bot/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Bot/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cassandra/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cassandra/config.xml index 06ff17040a..46c4b2208a 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cassandra/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cassandra/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraDecrypt/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraDecrypt/config.xml index 72bb8bb862..366792e623 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraDecrypt/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraDecrypt/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraStateValidated/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraStateValidated/config.xml index dec55c1df8..a87f7d704c 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraStateValidated/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraStateValidated/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraTrigger/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraTrigger/config.xml index 19b638685d..74cfb0d1e1 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraTrigger/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CassandraTrigger/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cert/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cert/config.xml index fbf6fc242f..5c6534c3e4 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cert/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Cert/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CertRegistryService/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CertRegistryService/config.xml index 4748b3d7bb..97b82306b7 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CertRegistryService/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/CertRegistryService/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Content/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Content/config.xml index 5919c15e3f..77bdeb3308 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Content/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Content/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Dial/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Dial/config.xml index 0de239fd7b..6c9d8103e8 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Dial/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Dial/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/DiscussionsMW/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/DiscussionsMW/config.xml index 6eac98442d..ea65827053 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/DiscussionsMW/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/DiscussionsMW/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/EncService/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/EncService/config.xml index b6ac09120d..80b51b0afc 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/EncService/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/EncService/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Groups/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Groups/config.xml index e163035864..547efb2011 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Groups/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Groups/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/HawkeyeSuperset/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/HawkeyeSuperset/config.xml index 5ce3e214a7..0e60d50cc1 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/HawkeyeSuperset/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/HawkeyeSuperset/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Keycloak/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Keycloak/config.xml index d6b675bfb0..c8a56d584d 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Keycloak/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Keycloak/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -50,7 +52,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - + 0 0 @@ -75,12 +77,12 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +91,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/KnowledgeMW/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/KnowledgeMW/config.xml index dc35c777ba..c1ef277ba1 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/KnowledgeMW/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/KnowledgeMW/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Learner/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Learner/config.xml index a0f41171e9..5379fb70b3 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Learner/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Learner/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Lms/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Lms/config.xml index 353c7d776f..2eddcd8297 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Lms/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Lms/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -50,7 +51,7 @@ ArtifactRepo - Push the docker image to container registry. - + 0 0 @@ -75,12 +76,12 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,13 +90,13 @@ ArtifactRepo - Push the docker image to container registry. false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Nodebb/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Nodebb/config.xml index 4887782fae..350804012f 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Nodebb/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Nodebb/config.xml @@ -81,7 +81,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Notification/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Notification/config.xml index 8741ed7874..a6ab8c202e 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Notification/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Notification/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Player/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Player/config.xml index 5d18ec991c..06601bfb73 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Player/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Player/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Print/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Print/config.xml index ef761534e2..02771fa80e 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Print/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Print/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxy/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxy/config.xml index eff80798ab..b257cb60de 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxy/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxy/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxyvalidator/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxyvalidator/config.xml index 926ceb0b96..2b6ae42e7a 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxyvalidator/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Proxyvalidator/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Report/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Report/config.xml index 6e6022264f..35253c66cd 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Report/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Report/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Router/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Router/config.xml index 2f6dbc4e18..45e140df84 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Router/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Router/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Search/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Search/config.xml index c5c50f2621..f3206ea45c 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Search/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Search/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/SparkHdclusterExporter/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/SparkHdclusterExporter/config.xml index a6e1211e9f..4f259c299e 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/SparkHdclusterExporter/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/SparkHdclusterExporter/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Taxonomy/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Taxonomy/config.xml index 22173d79ee..94c5d7423d 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Taxonomy/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Taxonomy/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Telemetry/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Telemetry/config.xml index 8364282076..7cedaa9768 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Telemetry/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Telemetry/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Yarn/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Yarn/config.xml index b235988e34..f98501d5ee 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Yarn/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Core/jobs/Yarn/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml index 9a042704ae..a9b2a6d026 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Analytics/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Analytics/config.xml index b4458fb7cd..2ac76c5c50 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Analytics/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Analytics/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml index 6de1a96449..7f0d8b0abc 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -50,7 +52,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - + 0 0 @@ -75,12 +77,12 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +91,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J false - + true @@ -100,7 +102,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - pipelines/upload/Jenkinsfile + pipelines/upload/artifacts/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ApiModule/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ApiModule/config.xml index af4862b0f2..423485a33b 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ApiModule/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ApiModule/config.xml @@ -81,7 +81,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/CoreDataProducts/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/CoreDataProducts/config.xml index f93395f5e0..158e21e59e 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/CoreDataProducts/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/CoreDataProducts/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -50,7 +52,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - + 0 0 @@ -75,12 +77,12 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +91,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J false - + true @@ -100,7 +102,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - pipelines/upload/Jenkinsfile + pipelines/upload/artifacts/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DataReplay/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DataReplay/config.xml index fa45925735..41308ccdd3 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DataReplay/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DataReplay/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml index a0fd3c44f9..8a82758cc0 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ETLJobs/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ETLJobs/config.xml index bd031ec623..5e66757607 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ETLJobs/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/ETLJobs/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/EdDataProducts/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/EdDataProducts/config.xml index 6e67c63781..bcb1193a41 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/EdDataProducts/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/EdDataProducts/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -50,7 +52,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - + 0 0 @@ -75,12 +77,12 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +91,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J false - + true @@ -100,7 +102,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - pipelines/upload/Jenkinsfile + pipelines/upload/artifacts/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml index 78602a563a..2f561cc606 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -50,7 +51,7 @@ ArtifactRepo - Push the docker image to container registry. - + 0 0 @@ -75,12 +76,12 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +90,7 @@ ArtifactRepo - Push the docker image to container registry. false - + true @@ -100,7 +101,7 @@ ArtifactRepo - Push the docker image to container registry. - kubernetes/pipelines/upload/Jenkinsfile + pipelines/upload/docker/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml index 590eab1e26..c83c153b0a 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml index d39e2833b0..00549587d3 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml @@ -1,14 +1,13 @@ - - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -19,8 +18,10 @@ 1 - - + + false + + false false @@ -33,9 +34,9 @@ false - image_tag + build_number <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - + lastSuccessfulBuild false @@ -46,25 +47,26 @@ ArtifactRepo - Push the docker image to container registry. ArtifactRepo + JenkinsJob - + 0 0 false project false - - 1 + + - + /Build/DataPipeline/Secor SUCCESS @@ -76,12 +78,12 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -90,18 +92,18 @@ ArtifactRepo - Push the docker image to container registry. false - + true false - - 0 + + 1 false - kubernetes/pipelines/upload/Jenkinsfile + pipelines/upload/artifacts/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml index f954ac1cbe..c2c5b2b9e6 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml index 1aa83cd9de..0ac70cf254 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -50,7 +51,7 @@ ArtifactRepo - Push the docker image to container registry. - + 0 0 @@ -75,12 +76,12 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,18 +90,18 @@ ArtifactRepo - Push the docker image to container registry. false - + true false - 0 + 1 false - kubernetes/pipelines/upload/Jenkinsfile + pipelines/upload/docker/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml index 6611070f09..d12fb730ec 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -50,7 +52,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - + 0 0 @@ -75,12 +77,12 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -100,7 +102,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - pipelines/upload/Jenkinsfile + pipelines/upload/artifacts/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml index fd7ef60977..f570fee838 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -50,7 +52,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - + 0 0 @@ -75,12 +77,12 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +91,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J false - + true @@ -100,7 +102,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - pipelines/upload/Jenkinsfile + pipelines/upload/artifacts/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/SyncTool/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/SyncTool/config.xml index 6a9af8f80c..82b4d76d9b 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/SyncTool/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/SyncTool/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -50,7 +52,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - + 0 0 @@ -75,12 +77,12 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -89,7 +91,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J false - + true @@ -100,7 +102,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J - pipelines/upload/Jenkinsfile + pipelines/upload/artifacts/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml index ab7ab56194..0d2e8de0dd 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml index e040465555..e859180724 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/Sunbird-Lern/data-products + https://github.com/KB-iGOT/data-products diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml index 0988779348..034159f2ff 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -50,7 +51,7 @@ ArtifactRepo - Push the docker image to container registry. - + 0 0 @@ -75,12 +76,12 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/Sunbird-Lern/data-pipeline.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -95,12 +96,12 @@ ArtifactRepo - Push the docker image to container registry. true false - 0 + 1 false - kubernetes/pipelines/upload/Jenkinsfile + pipelines/upload/docker/Jenkinsfile false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml index 969a059c99..8373116d05 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml @@ -73,7 +73,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml index 9215d10244..2005255feb 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml @@ -73,7 +73,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml index 4f8edb89fa..e1326e2857 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml @@ -73,7 +73,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml index 253aeb9d55..5f31ce7c0c 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml @@ -73,7 +73,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml index 569336322c..b7b269dff6 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml @@ -73,7 +73,7 @@ ArtifactRepo - Upload and keep a copy of the artifact in Jenkins, JenkinsJob - J 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml index 9875634b70..2c47ac2b97 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml index b72965fa7d..757fc7655d 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml index 3d80fa21f0..ae1351bb29 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Inbound/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Inbound/config.xml index 1de265b223..58a1a475c0 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Inbound/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Inbound/config.xml @@ -81,7 +81,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml index 66dc340ab5..19aa5c9fa1 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Outbound/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Outbound/config.xml index 15d9fee16c..8f4d9d369b 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Outbound/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Outbound/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Transformer/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Transformer/config.xml index 1ccca73d3c..a94858364b 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Transformer/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/Transformer/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/UCI/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/UCI/config.xml index 6a85cb1626..8199490400 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/UCI/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/UCI/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/odk/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/odk/config.xml index 5859d25d65..162f16b08f 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/odk/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/UCI/jobs/odk/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml index 2b5fc92092..3d6b0e29d8 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - 192.168.3.200:8123/repository/mydocker - false - - + 0 0 @@ -81,27 +76,28 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - http://192.168.3.200:8081/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git + github-cred - cbrelease-3.0.1 + ${public_repo_branch} false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbc-asset/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbc-asset/config.xml index 8fd4453212..366b692640 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbc-asset/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbc-asset/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbp-asset/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbp-asset/config.xml index b283b38122..59209f1e22 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbp-asset/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/cbp-asset/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml index 8d713bc6eb..3085d82255 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml index 462337160c..5917dbd2a7 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml index a74e088ae6..01db89cdc9 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - 192.168.3.200:8123/repository/mydocker - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - http://192.168.3.200:8081/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - cbrelease-3.0.1 + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/form-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/form-service/config.xml index a2d23297b7..69dd007b06 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/form-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/form-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -50,7 +51,7 @@ ArtifactRepo - Push the docker image to container registry. - + 0 0 @@ -75,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - cbrelease-3.0.1 + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml index 4c52b5dd14..ac03d8b847 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml index 7694dfc36d..0fa3893a2d 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml index 8b5c43ec7a..c254a5af91 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-web-portal/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-web-portal/config.xml index 165c6cf4c6..52f8c01bff 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-web-portal/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/frac-web-portal/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/fracentity-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/fracentity-service/config.xml new file mode 100644 index 0000000000..e292630e36 --- /dev/null +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/fracentity-service/config.xml @@ -0,0 +1,110 @@ + + + + + hudson.model.ParametersDefinitionProperty + com.sonyericsson.rebuild.RebuildSettings + + + + + false + + + + -1 + -1 + -1 + 5 + + + + false + + + false + false + + + + + absolute_job_path + <font color=dimgray size=2><b>Do not change this value! The metadata.json will be copied from this job.</b></font> + Build/igot-build/fracentity-service + false + + + image_tag + <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> + false + + + artifact_source + <font color=dimgray size=2><b> +ArtifactRepo - Push the docker image to container registry. +</b></font> + + + ArtifactRepo + + + + + + + 0 + 0 + + false + project + false + + + + + + + + Build/igot-build/fracentity-service + + SUCCESS + 0 + BLUE + true + + + + + + + + 2 + + + https://github.com/KB-iGOT/sunbird-devops.git + github-cred + + + + + ${public_repo_branch} + + + false + + + + true + false + + 0 + false + + + + pipelines/upload/docker/Jenkinsfile + false + + + false + \ No newline at end of file diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml index 407c3d206c..fea05a59a4 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/mdo-asset/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/mdo-asset/config.xml index efa0fd354b..1662536a6b 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/mdo-asset/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/mdo-asset/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-analytics/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-analytics/config.xml index 13139b7414..68f59d4ed6 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-analytics/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-analytics/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,27 +76,27 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-microsurvey-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-microsurvey-service/config.xml index 05d7036140..389a1bc690 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-microsurvey-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-microsurvey-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-user/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-user/config.xml index c46227a57e..f1cec839b0 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-user/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-user/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-web-portal/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-web-portal/config.xml index a49ea2100b..25f9b00078 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-web-portal/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-web-portal/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-zuul/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-zuul/config.xml index 93151c96b6..611f4aca20 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-zuul/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-dashboard-zuul/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-portal/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-portal/config.xml index 7fe0d40f89..d560596802 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-portal/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-portal/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml index 0096fbfe7c..0ef3cf30f0 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,27 +76,28 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git + github-cred - auto-deploy-test + ${public_repo_branch} false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-image-filter-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-image-filter-service/config.xml index 0c8202cd83..f3fb1e420a 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-image-filter-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-image-filter-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml index a3b45f381a..65cced0af5 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -50,7 +51,7 @@ ArtifactRepo - Push the docker image to container registry. - + 0 0 @@ -75,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - cbrelease-3.0.1 + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml index 06ae9dd202..c785b7a3c3 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml index e6f2de0523..74f1c5f3c0 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,27 +76,27 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/spv-asset/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/spv-asset/config.xml index 4472d84775..9293f25249 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/spv-asset/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/spv-asset/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/static_domain/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/static_domain/config.xml index dd74014d5f..b29160517c 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/static_domain/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/static_domain/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - 192.168.3.200:8123/repository/mydocker - false - - + 0 0 @@ -81,21 +76,22 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - http://192.168.3.200:8081/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git + github-cred - cbrelease-3.0.1 + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbc-igot/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbc-igot/config.xml index e5112a41c9..29eecf09a9 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbc-igot/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbc-igot/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbp-igot/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbp-igot/config.xml index c48f62630a..28f185835d 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbp-igot/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-cbp-igot/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-mdo-igot/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-mdo-igot/config.xml index c618049908..f46c705f1e 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-mdo-igot/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-mdo-igot/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-spv-igot/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-spv-igot/config.xml index ce708cf3a9..e5265c5fcb 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-spv-igot/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-spv-igot/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-proxy/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-proxy/config.xml index dfbc325c32..c1e93c7117 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-proxy/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-proxy/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,27 +76,28 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git + github-cred - auto-deploy-test + ${public_repo_branch} false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-static/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-static/config.xml index cec680a8bd..6bef85eb19 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-static/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/sun-ui-static/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,27 +76,27 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/test/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/test/config.xml index 830c9532ed..2537a2871b 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/test/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/test/config.xml @@ -75,7 +75,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/ui-static-asset/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/ui-static-asset/config.xml index a55b6a8893..b7e3c75e07 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/ui-static-asset/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/ui-static-asset/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml index 7b16fe5dfc..40afdc586e 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml index 3b4f2ffb86..c2afd151e2 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml index bddf426f0c..634b095e50 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml index a24f8e3599..d79805ff43 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml index 14ee00f14e..bff0e972e4 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - http://192.168.3.200:8081/sunbird-cb/sunbird-cb-devops.git + http://192.168.3.200:8081/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml index d35553b6e3..023852bb90 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml index fd8f7ca3f1..71f21f9f82 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml index a7b91c0b65..4bb4801054 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml index 59da760461..0995c76808 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml index b351568e85..a134bb11c5 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml index 04f377ade3..7a971aa1ae 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - http://192.168.3.200:8081/sunbird-cb/sunbird-cb-devops.git + http://192.168.3.200:8081/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-web-portal/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-web-portal/config.xml index 115b8b48c4..b6fb1b686f 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-web-portal/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/vega-web-portal/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml index 2e914f24d9..2f30bc147a 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-web-portal/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-web-portal/config.xml index 1b7acd8a28..c42254cc8d 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-web-portal/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/wat-sourcing-web-portal/config.xml @@ -86,7 +86,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml index 47a33ae9b0..df931409d6 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - auto-deploy-test + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml index 228ed48bba..9e791aa644 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-analytics-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-analytics-service/config.xml new file mode 100644 index 0000000000..ce48684a4e --- /dev/null +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-analytics-service/config.xml @@ -0,0 +1,109 @@ + + + + + hudson.model.ParametersDefinitionProperty + com.sonyericsson.rebuild.RebuildSettings + + + + + false + + + + -1 + 10 + -1 + 1 + + + + false + + + false + false + + + + + absolute_job_path + <font color=dimgray size=2><b>Do not change this value! The metadata.json will be copied from this job.</b></font> + /Build/managed-learn/ml-analytics-service + false + + + image_tag + <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> + false + + + artifact_source + <font color=dimgray size=2><b> +ArtifactRepo - Push the docker image to container registry. +</b></font> + + + ArtifactRepo + + + + + + + 0 + 0 + + false + project + false + + + + + + + + /Build/managed-learn/ml-analytics-service + + SUCCESS + 0 + BLUE + true + + + + + + + + 2 + + + https://github.com/KB-iGOT/sunbird-devops.git + + + + + ${public_repo_branch} + + + false + + + + true + false + + 0 + false + + + + pipelines/upload/docker/Jenkinsfile + false + + + false + \ No newline at end of file diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml index 06d4492d52..e2c78ce07e 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml index 2f9e993d44..afa950af4d 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -34,7 +36,6 @@ image_tag <font color=darkgreen size=2><b>OPTIONAL: Specify the tag to upload a specific image version to the container registry.</b></font> - false @@ -48,15 +49,9 @@ ArtifactRepo - Push the docker image to container registry. - - docker_server - - 192.168.3.200:8123/repository/mydocker - false - - + 0 0 @@ -70,7 +65,7 @@ ArtifactRepo - Push the docker image to container registry. - /Build/managed-learn/ml-kb-portal-service, + /Build/managed-learn/ml-kb-portal-service, SUCCESS 0 @@ -81,21 +76,21 @@ ArtifactRepo - Push the docker image to container registry. - - + + 2 - http://192.168.3.200:8081/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - cbrelease-3.0.1 + ${public_repo_branch} false - + true diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-project-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-project-service/config.xml index 12c0dff241..657240d432 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-project-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-project-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-report-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-report-service/config.xml index 7cd0edb5d1..03dacb2855 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-report-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-report-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml index 32d9038831..e39addbfdf 100644 --- a/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml +++ b/deploy/jenkins/jobs/ArtifactUpload/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml @@ -80,7 +80,7 @@ ArtifactRepo - Push the docker image to container registry. 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/APIManager/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/APIManager/config.xml index 4383f266e9..5c79e2ebaf 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/APIManager/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/APIManager/config.xml @@ -1,9 +1,9 @@ - + false - + false false @@ -12,17 +12,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -35,18 +32,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -54,10 +51,13 @@ ${github_release_tag} + false + + images/kong/Jenkinsfile.build false false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/AdminUtils/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/AdminUtils/config.xml index cdd7d22bdd..a48f8ebd6f 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/AdminUtils/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/AdminUtils/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Analytics/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Analytics/config.xml index 5bc1fe4d34..d18afe9be5 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Analytics/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Analytics/config.xml @@ -27,12 +27,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -50,7 +48,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/ApiManagerEcho/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/ApiManagerEcho/config.xml index 9f448b2a56..04fe1fe717 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/ApiManagerEcho/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/ApiManagerEcho/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Assessment/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Assessment/config.xml index d2c038b5fa..ba716283b5 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Assessment/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Assessment/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/knowledge-platform.git + https://github.com/KB-iGOT/knowledge-platform @@ -70,6 +69,9 @@ ${github_release_tag} + false + + build/assessment-service/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Bot/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Bot/config.xml index cf45e95b68..6021c334b2 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Bot/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Bot/config.xml @@ -28,13 +28,11 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> <li>Usually this input does not require any changes, unless you want to build from a differnt branch / tag</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cassandra/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cassandra/config.xml index 53c11d3aa1..0ebcc03ad3 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cassandra/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cassandra/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraDecrypt/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraDecrypt/config.xml index 871b54c3bd..85e160dcd0 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraDecrypt/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraDecrypt/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -62,7 +60,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraStateValidated/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraStateValidated/config.xml index 06f2f4ea0e..ed7fc3ab13 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraStateValidated/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraStateValidated/config.xml @@ -29,12 +29,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraTrigger/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraTrigger/config.xml index eef455db6e..fb2ffc7f5c 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraTrigger/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CassandraTrigger/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cert/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cert/config.xml index 88e131aac8..355ff62097 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cert/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Cert/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/cert-service.git + https://github.com/KB-iGOT/cert-service.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CertRegistryService/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CertRegistryService/config.xml index ef47dc9a90..a4265eed7a 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/CertRegistryService/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/CertRegistryService/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/certificate-registry.git + https://github.com/KB-iGOT/certificate-registry.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Content/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Content/config.xml index 7b47e1972e..cb2ec2b561 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Content/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Content/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/knowledge-platform.git + https://github.com/KB-iGOT/knowledge-platform @@ -71,7 +70,7 @@ false - + build/content-service/Jenkinsfile diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Dial/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Dial/config.xml index 81f62c3fb9..cfe6ad11c9 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Dial/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Dial/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/DiscussionsMiddleware/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/DiscussionsMiddleware/config.xml index dfdc502b88..5485971a13 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/DiscussionsMiddleware/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/DiscussionsMiddleware/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/Sunbird-Ed/discussions-middleware.git + https://github.com/KB-iGOT/discussions-middleware.git @@ -71,7 +70,7 @@ false - + Jenkinsfile diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/EncService/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/EncService/config.xml index d49f350a81..f53bc23918 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/EncService/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/EncService/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -50,7 +48,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Groups/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Groups/config.xml index 9daf5a7a70..9df0a2306b 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Groups/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Groups/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/HawkeyeSuperset/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/HawkeyeSuperset/config.xml index d9149a9123..b25dfbf8aa 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/HawkeyeSuperset/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/HawkeyeSuperset/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Keycloak/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Keycloak/config.xml index 48ed8d59f5..ab23b958a0 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Keycloak/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Keycloak/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ 1 - - + + false + + false false @@ -21,17 +23,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -44,18 +43,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-auth.git + https://github.com/KB-iGOT/sunbird-auth.git @@ -63,6 +62,9 @@ ${github_release_tag} + false + + keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/KnowledgeMW/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/KnowledgeMW/config.xml index 6523b7b623..111ce93479 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/KnowledgeMW/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/KnowledgeMW/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ 1 - - + + false + + false false @@ -21,17 +23,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -44,18 +43,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/knowledge-mw-service.git + https://github.com/KB-iGOT/knowledge-mw-service.git @@ -63,6 +62,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Learner/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Learner/config.xml index 2cdac260ad..e2782dd453 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Learner/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Learner/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-lms-service.git + https://github.com/KB-iGOT/sunbird-lms-service.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Lms/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Lms/config.xml index 89116c8406..99c4cc2b77 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Lms/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Lms/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-course-service.git + https://github.com/KB-iGOT/sunbird-course-service.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Nodebb/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Nodebb/config.xml index bbe33dacb0..653290de83 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Nodebb/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Nodebb/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ 1 - - + + false + + false false @@ -21,23 +23,19 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true nodebb_branch - master false - + 0 0 @@ -50,18 +48,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-nodebb.git + https://github.com/KB-iGOT/sunbird-nodebb.git @@ -70,7 +68,7 @@ false - + Jenkinsfile diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Notification/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Notification/config.xml index 91d5a612fe..0a369a39da 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Notification/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Notification/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-notification-service.git + https://github.com/KB-iGOT/sunbird-notification-service.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/OfflineInstaller/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/OfflineInstaller/config.xml index 8660745872..35f2d1ab2c 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/OfflineInstaller/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/OfflineInstaller/config.xml @@ -28,13 +28,11 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> <li>Usually this input does not require any changes, unless you want to build from a differnt branch / tag</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Player/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Player/config.xml index 1e29cff894..9728ba2437 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Player/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Player/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -77,7 +75,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Print/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Print/config.xml index 48da6a502d..4096ed114a 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Print/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Print/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxy/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxy/config.xml index d595a2ad00..478341c043 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxy/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxy/config.xml @@ -1,7 +1,6 @@ - - + - + false @@ -12,8 +11,10 @@ 1 - - + + false + + false false @@ -22,40 +23,38 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 false project false - + + - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -64,12 +63,12 @@ false - + true false - + 0 false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxyvalidator/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxyvalidator/config.xml index 96f3b865ca..19f1d3cfe4 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxyvalidator/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Proxyvalidator/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -67,7 +65,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Report/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Report/config.xml index ff518db7c1..ddda618ecd 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Report/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Report/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Router/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Router/config.xml index b4bd8f3a8a..96257823c8 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Router/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Router/config.xml @@ -28,13 +28,11 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> <li>Usually this input does not require any changes, unless you want to build from a differnt branch / tag</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Search/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Search/config.xml index f5aebc5639..6898ccbd41 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Search/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Search/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/knowledge-platform.git + https://github.com/KB-iGOT/knowledge-platform @@ -70,6 +69,9 @@ ${github_release_tag} + false + + build/search-service/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/SparkHdclusterExporter/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/SparkHdclusterExporter/config.xml index 03968468a6..8caf36bad8 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/SparkHdclusterExporter/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/SparkHdclusterExporter/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Taxonomy/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Taxonomy/config.xml index 3bcf74d9b0..ae287042d6 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Taxonomy/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Taxonomy/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/knowledge-platform.git + https://github.com/KB-iGOT/knowledge-platform @@ -70,6 +69,9 @@ ${github_release_tag} + false + + build/taxonomy-service/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Telemetry/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Telemetry/config.xml index 0eeefa3a67..8ef3a6e501 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Telemetry/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Telemetry/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-telemetry-service.git + https://github.com/KB-iGOT/sunbird-telemetry-service.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Yarn/config.xml b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Yarn/config.xml index 73cc32f02e..ec87b3d1ce 100644 --- a/deploy/jenkins/jobs/Build/jobs/Core/jobs/Yarn/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Core/jobs/Yarn/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AdhocScripts/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AdhocScripts/config.xml index 943ea3826d..09b9b0264b 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AdhocScripts/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AdhocScripts/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AnalyticsCore/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AnalyticsCore/config.xml index 2b9e72c45c..6f62323029 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AnalyticsCore/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/AnalyticsCore/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-analytics-core.git + https://github.com/KB-iGOT/sunbird-analytics-core.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ApiModule/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ApiModule/config.xml index 07a30b3ffd..869f386d6a 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ApiModule/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ApiModule/config.xml @@ -29,12 +29,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false @@ -62,7 +60,7 @@ 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/CoreDataProducts/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/CoreDataProducts/config.xml index a458418b24..8f2aa24a33 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/CoreDataProducts/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/CoreDataProducts/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-core-dataproducts.git + https://github.com/KB-iGOT/sunbird-core-dataproducts.git @@ -70,6 +69,9 @@ ${github_release_tag} + false + + Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DataReplay/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DataReplay/config.xml index 6b70a3a5ad..f7fdfd1087 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DataReplay/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DataReplay/config.xml @@ -29,12 +29,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml index 43ff25464c..cb07a134ad 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ETLJobs/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ETLJobs/config.xml index 197e507a7f..652619ef74 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ETLJobs/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/ETLJobs/config.xml @@ -12,12 +12,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/EdDataProducts/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/EdDataProducts/config.xml index 6a5415e44c..d1a4955f91 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/EdDataProducts/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/EdDataProducts/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml index 8d7aacf706..4615708b7d 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false @@ -62,7 +60,7 @@ 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/MLWorkbench/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/MLWorkbench/config.xml index d3833e5842..fc619e517e 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/MLWorkbench/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/MLWorkbench/config.xml @@ -29,12 +29,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/Secor/config.xml b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/Secor/config.xml index 59e6e94ecf..704285f480 100644 --- a/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/Secor/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/DataPipeline/jobs/Secor/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/secor.git + https://github.com/KB-iGOT/secor.git @@ -71,7 +70,7 @@ false - + Jenkinsfile diff --git a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml index 94f6e4be27..d9ea10d2f6 100644 --- a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml @@ -1,14 +1,13 @@ - - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -19,8 +18,10 @@ 1 - - + + false + + false false @@ -29,40 +30,38 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 false project false - + + - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/sunbird-cb/sunbird-learning-platform.git @@ -71,13 +70,13 @@ false - + true false - - 0 + + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml index 11f30a0d33..37e8ba654d 100644 --- a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/FlinkJobs/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/knowledge-platform-jobs.git + https://github.com/KB-iGOT/knowledge-platform-jobs.git githubPassword @@ -71,6 +70,9 @@ ${github_release_tag} + false + + kubernets/pipelines/build/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Learning/config.xml b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Learning/config.xml index 3fbdaecda5..e30a82e431 100644 --- a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Learning/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Learning/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,12 +30,9 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true @@ -48,7 +47,7 @@ - + 0 0 @@ -61,18 +60,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git @@ -80,6 +79,9 @@ ${github_release_tag} + false + + pipelines/build/learning/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Neo4j/config.xml b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Neo4j/config.xml index db93f188a7..3db27135d3 100644 --- a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Neo4j/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Neo4j/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/SyncTool/config.xml b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/SyncTool/config.xml index fb25d449a6..ebde979f51 100644 --- a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/SyncTool/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/SyncTool/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform @@ -70,6 +69,9 @@ ${github_release_tag} + false + + pipelines/build/synctool/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Yarn/config.xml b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Yarn/config.xml index 57d4a42309..bdad92a627 100644 --- a/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Yarn/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/KnowledgePlatform/jobs/Yarn/config.xml @@ -1,7 +1,7 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -19,8 +19,10 @@ 1 - - + + false + + false false @@ -29,17 +31,15 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true - + 0 0 @@ -53,7 +53,7 @@ - Learning + SUCCESS 0 @@ -62,14 +62,14 @@ - H/15 * * * * + false - - + + 2 diff --git a/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernDataProducts/config.xml b/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernDataProducts/config.xml index 088b9fa27f..5403df7f61 100644 --- a/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernDataProducts/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernDataProducts/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -51,7 +49,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernFlinkJobs/config.xml b/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernFlinkJobs/config.xml index df82bece0b..7947b3642f 100644 --- a/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernFlinkJobs/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Lern/jobs/LernFlinkJobs/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 1 - - + + false + + false false @@ -28,17 +30,14 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} true - + 0 0 @@ -51,18 +50,18 @@ - H/15 * * * * + false - - + + 2 - https://github.com/Sunbird-Lern/data-pipeline.git + https://github.com/KB-iGOT/data-pipeline.git diff --git a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/CollectionEditor/config.xml b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/CollectionEditor/config.xml index 5e64cccbca..e5677b7388 100644 --- a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/CollectionEditor/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/CollectionEditor/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentEditor/config.xml b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentEditor/config.xml index 03169e6850..3dea8c3aa5 100644 --- a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentEditor/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentEditor/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlayer/config.xml b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlayer/config.xml index 64ad5e414c..b9436c9b3c 100644 --- a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlayer/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlayer/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlugins/config.xml b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlugins/config.xml index 72d5fd8f48..d93975ec67 100644 --- a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlugins/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/ContentPlugins/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/GenericEditor/config.xml b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/GenericEditor/config.xml index 9437b81607..e886823abe 100644 --- a/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/GenericEditor/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Plugins/jobs/GenericEditor/config.xml @@ -21,12 +21,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -44,7 +42,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateApi/config.xml b/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateApi/config.xml index b737921d94..b3b68ced8a 100644 --- a/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateApi/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateApi/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateSign/config.xml b/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateSign/config.xml index f257f0e9f5..fa463fbc4a 100644 --- a/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateSign/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/CertificateSign/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/Registry/config.xml b/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/Registry/config.xml index 9d3ea95237..01bf04b807 100644 --- a/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/Registry/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/Sunbird-RC/jobs/Registry/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Adapter/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Adapter/config.xml index 089f7b0f2c..2f5d23d83f 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Adapter/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Adapter/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Inbound/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Inbound/config.xml index 24e5301246..2b2aff856d 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Inbound/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Inbound/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Orchestrator/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Orchestrator/config.xml index 8813f9ae45..39e0bfd6bc 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Orchestrator/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Orchestrator/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Outbound/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Outbound/config.xml index 63d2f142d7..f04431aedc 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Outbound/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Outbound/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Transformer/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Transformer/config.xml index 0c594f546f..126d485ea9 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Transformer/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Transformer/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/UCI/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/UCI/config.xml index 629d4b3ff0..7c553821df 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/UCI/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/UCI/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Utils/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Utils/config.xml index 3de4d56b24..8484be91dc 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Utils/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/Utils/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/dao/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/dao/config.xml index ee3f37e11a..47a3a987df 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/dao/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/dao/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/message-rosa/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/message-rosa/config.xml index 5ba6455061..ce52001355 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/message-rosa/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/message-rosa/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/odk/config.xml b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/odk/config.xml index 2c8d60b1a2..8ff3d01d84 100644 --- a/deploy/jenkins/jobs/Build/jobs/UCI/jobs/odk/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/UCI/jobs/odk/config.xml @@ -28,12 +28,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/config.xml index 92618cba96..fd28dd6984 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/config.xml @@ -1,11 +1,11 @@ - + - + - + diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cb-pores-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cb-pores-service/config.xml index 7e59fcecaa..1e68ccfc51 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cb-pores-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cb-pores-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -26,19 +28,17 @@ docker_server - - 192.168.3.200:8123/repository/mydocker + asia-south1-docker.pkg.dev/prj-kb-nprd-dev-gcp-1004/kb-gcr-repository false docker_pre_build - cb-pores-service false - + 0 0 @@ -52,12 +52,12 @@ - - + + 2 - https://github.com/sunbird-cb/cb-pores-service.git + https://github.com/KB-iGOT/cb-pores-service.git @@ -66,13 +66,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbc-asset/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbc-asset/config.xml index 713e92890c..5b39bb23fc 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbc-asset/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbc-asset/config.xml @@ -54,11 +54,11 @@ return """<input name="value" value="${private_repo_branch}" class="setting-i } else return """<b>This parameter is not used</b>""" - false + true - false + true cbc-asset diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbp-asset/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbp-asset/config.xml index 06edca06ec..5b00f3329d 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbp-asset/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/cbp-asset/config.xml @@ -54,11 +54,11 @@ return """<input name="value" value="${private_repo_branch}" class="setting-i } else return """<b>This parameter is not used</b>""" - false + true - false + true cbp-asset diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/content-tagging-service/scm-polling.log b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/content-tagging-service/scm-polling.log deleted file mode 100644 index c78c3661c8..0000000000 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/content-tagging-service/scm-polling.log +++ /dev/null @@ -1,4 +0,0 @@ -Started on Jul 16, 2021 7:57:00 PM -no previous build to compare to -Done. Took 0 ms -Changes found diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/faq-assistant/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/faq-assistant/config.xml index 22e97d1320..29b9ebb050 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/faq-assistant/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/faq-assistant/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,24 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - main + cbrelease-4.8.10 false docker_pre_build - faq-assistant false - - docker_server - - 192.168.3.200:8123/repository/mydocker - false - - + 0 0 @@ -57,13 +52,13 @@ - - + + 2 - https://git.idc.tarento.com/igot/vega/faq-assistant.git - git-tarento + https://github.com/KB-iGOT/faq-assistant.git + github-cred @@ -72,13 +67,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/form-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/form-service/config.xml index 590cceba8a..9482b9fc4b 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/form-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/form-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,18 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - main + cbrelease-4.8.10 false docker_pre_build - form-service false - + 0 0 @@ -51,13 +52,13 @@ - - + + 2 - https://git.idc.tarento.com/igot/form-service.git - tarento-git + https://github.com/KB-iGOT/form-service.git + github-cred @@ -66,13 +67,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/frac-backend-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/frac-backend-service/config.xml index 0d9ea6e837..768d165cc4 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/frac-backend-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/frac-backend-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,24 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - master + cbrelease-4.8.10 false docker_pre_build - frac-backend-prebuild false - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -57,13 +52,13 @@ - - + + 2 - https://git.idc.tarento.com/igot/FRAC/frac-backend.git - tarento-git + https://github.com/KB-iGOT/frac-backend.git + github-cred @@ -72,7 +67,7 @@ false - + true diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/frac-backend-service/scm-polling.log b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/frac-backend-service/scm-polling.log deleted file mode 100644 index 47e938d81a..0000000000 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/frac-backend-service/scm-polling.log +++ /dev/null @@ -1,4 +0,0 @@ -Started on Jul 16, 2021 7:56:00 PM -no previous build to compare to -Done. Took 0 ms -Changes found diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/fracentity-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/fracentity-service/config.xml new file mode 100644 index 0000000000..2ef6dabad0 --- /dev/null +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/fracentity-service/config.xml @@ -0,0 +1,84 @@ + + + + false + + + + -1 + -1 + -1 + -1 + + + + false + + + false + false + + + + + github_release_tag + <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> + false + + + docker_pre_build + fracentity-service + false + + + + + 0 + 0 + + false + project + false + + + + + + + + false + + + + + + + 2 + + + https://github.com/KB-iGOT/sunbird-cb-frac.git + + + + + ${github_release_tag} + + + false + + + + true + false + + 0 + false + + + + Jenkinsfile + false + + + false + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/mdo-asset/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/mdo-asset/config.xml index c4bea40723..76f00fce2a 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/mdo-asset/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/mdo-asset/config.xml @@ -54,11 +54,11 @@ return """<input name="value" value="${private_repo_branch}" class="setting-i } else return """<b>This parameter is not used</b>""" - false + true - false + true mdo-asset diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/pm-dashboard-analytics/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/pm-dashboard-analytics/config.xml index aae72037dc..60caaeb5de 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/pm-dashboard-analytics/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/pm-dashboard-analytics/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,24 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - karmayogidashboards + cbrelease-4.8.11_RC2 false docker_pre_build - analytics-service false - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -57,13 +52,13 @@ - - + + 2 - https://git.idc.tarento.com/igot/pm-dashboard/analytics.git - tarento-git + https://github.com/KB-iGOT/analytics.git + github-cred @@ -72,13 +67,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-filter-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-filter-service/config.xml index d0487e7661..0442db0c7c 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-filter-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-filter-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,30 +23,22 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - master - false - - - docker_server - - igotregistry.azurecr.io + cbrelease-4.4.1_RC1 false dockerfile - Dockerfile false docker_file_path - profanity_filter false - + 0 0 @@ -63,13 +57,13 @@ - - + + 2 https://git.idc.tarento.com/igot/profanity-moderation/text-profanity-moderation.git - tarento-git + Tarento-git @@ -78,13 +72,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-image-filter-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-image-filter-service/config.xml index 562188c93c..cc9537f486 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-image-filter-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-image-filter-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -24,27 +26,19 @@ Thor-iGOT false - - docker_server - - igotregistry.azurecr.io - false - dockerfile - Dockerfile false docker_file_path - iGOT-Thor false - + 0 0 @@ -63,13 +57,13 @@ - - + + 2 https://git.idc.tarento.com/igot/profanity-moderation/image-profanity-moderation.git - tarento-git + Tarento-git @@ -78,7 +72,7 @@ false - + true diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-moderator-admin/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-moderator-admin/config.xml index 6b6d9f3fbc..f0c6c528e5 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-moderator-admin/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/profanity-moderator-admin/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,24 +23,22 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - master + cbrelease-4.0.2 false docker_file_path - BE/Profanity-Moderator false docker_pre_build - profanity-moderator-admin false - + 0 0 @@ -57,13 +57,13 @@ - - + + 2 - https://git.idc.tarento.com/nxt/thor/profanity-moderator-admin.git - tarento-git + https://github.com/KB-iGOT/profanity-moderator-admin.git + github-cred @@ -72,13 +72,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/spv-asset/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/spv-asset/config.xml index 042bae6fac..a7112bd48f 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/spv-asset/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/spv-asset/config.xml @@ -54,11 +54,11 @@ return """<input name="value" value="${private_repo_branch}" class="setting-i } else return """<b>This parameter is not used</b>""" - false + true - false + true spv-asset diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/static_domain/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/static_domain/config.xml index 1e0de498f4..09ee161542 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/static_domain/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/static_domain/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -26,7 +28,7 @@ - + 0 0 @@ -40,13 +42,13 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-staticweb.git - d164daa8-3ada-4451-b591-c6ac16a0d6a8 + https://github.com/KB-iGOT/sunbird-cb-staticweb.git + github-cred @@ -55,7 +57,7 @@ false - + true diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-cbp-igot/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-cbp-igot/config.xml index a002af842b..f3e724e26b 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-cbp-igot/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-cbp-igot/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,12 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - + cbrelease-4.8.14 + false + + + assets_repo_branch + cbrelease-4.8.14 false - + 0 0 @@ -45,13 +52,13 @@ - - + + 2 - git@github.com:sunbird-cb/sunbird-cb-creationportal.git - igot-git-creds + https://github.com/KB-iGOT/sunbird-cb-creationportal.git + github-cred @@ -60,7 +67,7 @@ false - + true diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-content-validation-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-content-validation-service/config.xml index 23f36909cb..33e18d21f3 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-content-validation-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-content-validation-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -20,25 +22,18 @@ docker_pre_build - content-service false github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - - false - - - docker_server - - igotregistry.azurecr.io + cbrelease-4.0.1 false - + 0 0 @@ -57,12 +52,12 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-contentvalidation.git + https://github.com/KB-iGOT/sunbird-cb-contentvalidation.git @@ -71,13 +66,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-hub-graph-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-hub-graph-service/config.xml index c021b97533..ae6aa5e009 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-hub-graph-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-hub-graph-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,24 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - + cbrelease-4.8.9 false docker_pre_build - hub-graph-service false - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -57,12 +52,12 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-network.git + https://github.com/KB-iGOT/sunbird-cb-network.git @@ -71,7 +66,7 @@ false - + Jenkinsfile-sun diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-mdo-igot/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-mdo-igot/config.xml index 4c9da6f3ce..8c21ed19d5 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-mdo-igot/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-mdo-igot/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,18 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - $github_release_tag + cbrelease-4.8.14 false assets_repo_branch - - $assets_repo_branch + cbrelease-4.8.14 false - + 0 0 @@ -51,12 +52,12 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-orgportal.git + https://github.com/KB-iGOT/sunbird-cb-orgportal.git @@ -65,13 +66,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-sb-cb-ext-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-sb-cb-ext-service/config.xml index 02aa3fddc0..d5002657cc 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-sb-cb-ext-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-sb-cb-ext-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,24 +23,16 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - false docker_pre_build - cb-ext-service false - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -57,12 +51,12 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-ext.git + https://github.com/KB-iGOT/sunbird-cb-ext.git @@ -71,13 +65,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-scoring-engine-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-scoring-engine-service/config.xml index 2ecf7b035c..cb3d2d26ef 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-scoring-engine-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-scoring-engine-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,24 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - + cbrelease-4.8.0 false docker_pre_build - scoring-engine-build false - - docker_server - - igotregistry.azurecr.io - false - - + 0 0 @@ -57,12 +52,12 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-scoring-engine.git + https://github.com/KB-iGOT/sunbird-cb-scoring-engine.git @@ -71,7 +66,7 @@ false - + true diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-spv-igot/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-spv-igot/config.xml index 5e1faaf6d3..1de4e37a74 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-spv-igot/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-spv-igot/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,12 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - + cbrelease-4.8.13 + false + + + assets_repo_branch + cbrelease-4.8.13 false - + 0 0 @@ -45,12 +52,12 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-adminportal.git + https://github.com/KB-iGOT/sunbird-cb-adminportal.git igot-git-creds @@ -60,13 +67,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-proxy/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-proxy/config.xml index 8cc5e0acb2..f88020ab28 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-proxy/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-proxy/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -20,25 +22,18 @@ docker_pre_build - web-services.build false github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - cbrelease-3.0.1 - false - - - docker_server - - igotregistry.azurecr.io + cbrelease-4.8.14 false - + 0 0 @@ -57,12 +52,12 @@ - - + + 2 - git@github.com:sunbird-cb/sunbird-cb-uiproxy.git + https://github.com/KB-iGOT/sunbird-cb-uiproxy.git igot-git-creds @@ -72,13 +67,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-static/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-static/config.xml index a9cdfd8cb5..6f904d2a4d 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-static/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-ui-static/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,8 +11,10 @@ -1 - - + + false + + false false @@ -21,12 +23,17 @@ github_release_tag <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - + cbrelease-4.8.14 + false + + + assets_repo_branch + cbrelease-4.8.14 false - + 0 0 @@ -45,12 +52,12 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-portal.git + https://github.com/KB-iGOT/sunbird-cb-portal.git @@ -59,13 +66,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-workflow-handler-service/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-workflow-handler-service/config.xml index 5bd0c07235..d566869c31 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-workflow-handler-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/sun-workflow-handler-service/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,34 +11,34 @@ -1 - - + + false + + false false - github_release_tag - <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> - + docker_pre_build + workflow-handler-build false - docker_pre_build - - workflow-handler-build + github_release_tag + <font color=red size=2><b>CAUTION: If the value is blank, latest code will be built. Specify github tag name to build from a tag.</b></font> + cbrelease-4.8.14 false docker_server - - igotregistry.azurecr.io + asia-south1-docker.pkg.dev/prj-kb-nprd-dev-gcp-1004/kb-gcr-repository false - + 0 0 @@ -57,12 +57,13 @@ - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-workflow.git + https://github.com/KB-iGOT/sunbird-cb-workflow.git + igot-git-creds @@ -71,13 +72,13 @@ false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/ui-static-asset-build/config.xml b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/ui-static-asset-build/config.xml index ad0c879351..14b899bf3f 100644 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/ui-static-asset-build/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/ui-static-asset-build/config.xml @@ -54,11 +54,11 @@ return """<input name="value" value="${private_repo_branch}" class="setting-i } else return """<b>This parameter is not used</b>""" - false + true - false + true ui-static-asset-build diff --git a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/wat-sourcing-web-portal/scm-polling.log b/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/wat-sourcing-web-portal/scm-polling.log deleted file mode 100644 index 1b48d51970..0000000000 --- a/deploy/jenkins/jobs/Build/jobs/igot-build/jobs/wat-sourcing-web-portal/scm-polling.log +++ /dev/null @@ -1,24 +0,0 @@ -Started on Jul 28, 2021 12:31:00 PM -Using strategy: Default -[poll] Last Built Revision: Revision c8c9618066fe0f2a520b6eccba1cfb61d8f20d95 (origin/release-v1.0.0) -using credential tarento-git - > git --version # timeout=10 -using GIT_ASKPASS to set credentials tarento-git - > git ls-remote -h https://git.idc.tarento.com/igot/WAT/wat-sourcing-frontend.git # timeout=10 -Found 2 remote heads on https://git.idc.tarento.com/igot/WAT/wat-sourcing-frontend.git -Using strategy: SpecificRevisionBuildChooser -[poll] Last Built Revision: Revision 778da7ce7f97efd003eed98071921a837d209343 (shared-lib) -No credentials specified - > git --version # timeout=10 - > git ls-remote -h https://github.com/project-sunbird/sunbird-devops.git # timeout=10 -Found 14 remote heads on https://github.com/project-sunbird/sunbird-devops.git -[poll] Latest remote head revision on refs/heads/shared-lib is: 778da7ce7f97efd003eed98071921a837d209343 - already built by 4 -Using strategy: Default -[poll] Last Built Revision: Revision c8c9618066fe0f2a520b6eccba1cfb61d8f20d95 (origin/release-v1.0.0) -using credential tarento-git - > git --version # timeout=10 -using GIT_ASKPASS to set credentials tarento-git - > git ls-remote -h https://git.idc.tarento.com/igot/WAT/wat-sourcing-frontend.git # timeout=10 -Found 2 remote heads on https://git.idc.tarento.com/igot/WAT/wat-sourcing-frontend.git -Done. Took 1.9 sec -No changes diff --git a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/gotenberg/config.xml b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/gotenberg/config.xml index a2666456c3..9db6a42b95 100644 --- a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/gotenberg/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/gotenberg/config.xml @@ -12,12 +12,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true diff --git a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-analytics-service/config.xml b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-analytics-service/config.xml new file mode 100644 index 0000000000..952800b4eb --- /dev/null +++ b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-analytics-service/config.xml @@ -0,0 +1,66 @@ + + + + false + + + false + + + false + false + + + + + github_release_tag + <font style="color:dimgray;font-size:14px;"><b> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> +</b></font> + true + + + + + 0 + 0 + + false + project + false + + + + + + + + false + + + + + + + 2 + + + https://github.com/Sunbird-Ed/ml-analytics-service.git + + + + + ${github_release_tag} + + + false + + + + Jenkinsfile + false + + + false + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-core-service/config.xml b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-core-service/config.xml index 49552fa3fe..915a5cfb9c 100644 --- a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-core-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-core-service/config.xml @@ -13,12 +13,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -36,7 +34,7 @@ - H/15 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml index b0386fd6a7..7d5556bed7 100644 --- a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml @@ -1,10 +1,12 @@ - + false - - + + false + + false false @@ -13,23 +15,15 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> release-1.0.0 true - - docker_server - - 192.168.3.200:8123/repository/mydocker - false - - + 0 0 @@ -43,12 +37,12 @@ - - + + 2 - https://github.com/Haritest/kb-portal.git + https://github.com/ELEVATE-Project/kb-portal.git @@ -57,7 +51,7 @@ false - + Jenkinsfile diff --git a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-project-service/config.xml b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-project-service/config.xml index be656dac94..fe851fe775 100644 --- a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-project-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-project-service/config.xml @@ -12,12 +12,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -35,7 +33,7 @@ - H/10 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-report-service/config.xml b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-report-service/config.xml index bbd6e33e8f..34577f621c 100644 --- a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-report-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-report-service/config.xml @@ -12,12 +12,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -35,7 +33,7 @@ - H/10 * * * * + false diff --git a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-survey-service/config.xml b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-survey-service/config.xml index 30774bb170..ad78ac1446 100644 --- a/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-survey-service/config.xml +++ b/deploy/jenkins/jobs/Build/jobs/managed-learn/jobs/ml-survey-service/config.xml @@ -12,12 +12,10 @@ github_release_tag <font style="color:dimgray;font-size:14px;"><b> -<li>To build from a tag, use refs/tags/github_tag</li> -<li>To build from a branch, use refs/heads/github_branch</li> -<li>The default value of ${public_repo_branch} will be the release / tag version set in global configuration</li> -<li>To build from a differnt branch, replace the ${public_repo_branch} with your branch</li> +<li>To build from a tag, specify the github tag</li> +<li>To build from a branch, specify the github branch</li> </b></font> - refs/heads/${public_repo_branch} + true @@ -35,7 +33,7 @@ - H/10 * * * * + false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml index 455dffa37e..f14d9a0547 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AdhocScripts/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/DataPipeline/AdhocScripts false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9061667106947 1 true - - true AdhocScripts Deploy/dev/DataPipeline/AdhocScripts - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-9061670571657 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-9061673103864 1 true - - true @@ -113,116 +116,116 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true AdhocScripts Deploy/dev/DataPipeline/AdhocScripts - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true AdhocScripts Deploy/dev/DataPipeline/AdhocScripts - + ET_FORMATTED_HTML true date <font color=dimgray size=2><b>Specify the date to generate the report in DD/MM/YYYY format</b></font> - + true - + tags <font color=dimgray size=2><b> Choose the tag to generate respective report. Defaults to common which will just deploy the python library</b></font> choice-parameter-13590713529282159 1 + + true - - true AdhocScripts Deploy/dev/DataPipeline/AdhocScripts - + PT_MULTI_SELECT false 1 - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/DataPipeline/AdhocScripts + + SUCCESS 0 @@ -233,12 +236,12 @@ Choose the tag to generate respective report. Defaults to common which will just - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -252,7 +255,7 @@ Choose the tag to generate respective report. Defaults to common which will just true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml index a277fce74e..7412c4ec9c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsCore/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/DataPipeline/AnalyticsCore false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9061667106947 1 true - - true AnalyticsCore Deploy/dev/DataPipeline/AnalyticsCore - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-9061670571657 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-9061673103864 1 true - - true @@ -113,56 +116,56 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true AnalyticsCore Deploy/dev/DataPipeline/AnalyticsCore - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true AnalyticsCore Deploy/dev/DataPipeline/AnalyticsCore - + ET_FORMATTED_HTML true @@ -175,27 +178,27 @@ return """<b>This parameter is not used</b>""" remote - + spark false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/DataPipeline/AnalyticsCore + + SUCCESS 0 @@ -206,12 +209,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -225,7 +228,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsFetchLogs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsFetchLogs/config.xml index 088ec3b4e1..bcb7b5a5d5 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsFetchLogs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsFetchLogs/config.xml @@ -81,7 +81,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsPopulatePSQLConsumerChannelMapping/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsPopulatePSQLConsumerChannelMapping/config.xml index 69f6a588f5..31955ba6e8 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsPopulatePSQLConsumerChannelMapping/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsPopulatePSQLConsumerChannelMapping/config.xml @@ -87,7 +87,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsReplayJobs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsReplayJobs/config.xml index 95b1f8c7e4..5013418f19 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsReplayJobs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsReplayJobs/config.xml @@ -137,7 +137,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsStartJobManager/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsStartJobManager/config.xml index b1f41b961f..1afe43b2ce 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsStartJobManager/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/AnalyticsStartJobManager/config.xml @@ -66,7 +66,7 @@ return """<b>This parameter is not used</b>"&quo true - + true @@ -66,13 +68,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -92,22 +94,22 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -121,7 +123,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -135,7 +137,7 @@ return """<b>This parameter is not used</b>"&quo - ArtifactUpload/dev/DataPipeline/ApiModule + SUCCESS 0 @@ -146,12 +148,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/BootstrapMinimal/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/BootstrapMinimal/config.xml index b6ae3713fb..9789f22ae9 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/BootstrapMinimal/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/BootstrapMinimal/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/CassandraDbUpdate/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/CassandraDbUpdate/config.xml index 46f5db097c..ca0fd29fce 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/CassandraDbUpdate/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/CassandraDbUpdate/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>"&quo true - + true - + true - + true - + true @@ -139,22 +138,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -174,13 +172,12 @@ return """<b>This parameter is not used</b>""" remote - spark false - + 0 0 @@ -194,7 +191,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/DataPipeline/CoreDataProducts + SUCCESS 0 @@ -205,21 +202,21 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git - ${branch_or_tag} + cbrelease-4.8.14 false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataProducts/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataProducts/config.xml index ef002c5e98..71e6f75ea8 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataProducts/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataProducts/config.xml @@ -1,7 +1,7 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -19,8 +19,10 @@ 2 - - + + false + + false false @@ -32,21 +34,21 @@ ArtifactUpload/dev/DataPipeline/Analytics false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9061667106947 1 true - + true @@ -59,13 +61,13 @@ ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrif false 1 - + build_number choice-parameter-9061670571657 1 true - + true @@ -87,13 +89,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version choice-parameter-9061673103864 1 true - + true @@ -114,13 +116,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -140,22 +142,22 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -169,7 +171,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -183,7 +185,7 @@ return """<b>This parameter is not used</b>"&quo - ArtifactUpload/dev/DataPipeline/AnalyticsCore + SUCCESS 0 @@ -194,12 +196,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataReplayJob/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataReplayJob/config.xml index 907baa4516..99fcffc979 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataReplayJob/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataReplayJob/config.xml @@ -89,7 +89,7 @@ return """<b>This parameter is not used</b>"&quo true - + true @@ -59,13 +61,13 @@ ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrif false 1 - + build_number choice-parameter-9061670571657 1 true - + true @@ -87,13 +89,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version choice-parameter-9061673103864 1 true - + true @@ -114,13 +116,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -140,22 +142,22 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -169,7 +171,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -177,12 +179,13 @@ return """<b>This parameter is not used</b>"&quo project false + 1 - ArtifactUpload/dev/DataPipeline/DataReplay + SUCCESS 0 @@ -193,13 +196,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git - githubHarsha + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -224,4 +226,4 @@ return """<b>This parameter is not used</b>"&quo false - \ No newline at end of file + diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataproductsConfigUpdate/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataproductsConfigUpdate/config.xml index 36af5bb1a7..b3840dc599 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataproductsConfigUpdate/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DataproductsConfigUpdate/config.xml @@ -68,7 +68,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml index 49e7a0585f..a803f4e67f 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidAnomalyDetection/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/DataPipeline/DruidAnomalyDetection false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9061667106947 1 true - - true DruidAnomalyDetection Deploy/dev/DataPipeline/DruidAnomalyDetection - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-9061670571657 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-9061673103864 1 true - - true @@ -113,76 +116,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true DruidAnomalyDetection Deploy/dev/DataPipeline/DruidAnomalyDetection - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true DruidAnomalyDetection Deploy/dev/DataPipeline/DruidAnomalyDetection - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/DataPipeline/DruidAnomalyDetection + + SUCCESS 0 @@ -193,12 +196,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -212,7 +215,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidHealthCheck/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidHealthCheck/config.xml index 044d599f99..5ec4bf49ab 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidHealthCheck/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidHealthCheck/config.xml @@ -42,7 +42,7 @@ 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestion/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestion/config.xml index 6fc454cb20..66c9bb865b 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestion/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestion/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 2 - - + + false + + false false @@ -38,13 +40,12 @@ To stop task: [stop-task] - + private_branch - choice-parameter-193684482193674 1 true - + true @@ -64,22 +65,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-193684493817846 1 true - + true @@ -91,27 +91,46 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + ingestion_task_names <font color=green size=2><b>Choose the Ingestion task names . Multi selection is available.</b></font> choice-parameter-5103950750484326 1 +'raw_cb_audit_events', +'raw_cb_work_order_officers', +'raw_cb_work_order_properties', +'raw_dashboards_assessment', +'raw_dashboards_course', +'raw_dashboards_course_competency', +'raw_dashboards_declared_user_competency', +'raw_dashboards_expected_user_competency', +'raw_dashboards_frac_competency', +'raw_dashboards_org_role_count', +'raw_dashboards_role_count', +'raw_dashboards_user_assessment', +'raw_dashboards_user_competency_gap', +'raw_dashboards_user_course_program_progress', +'raw_dashboards_user_org', +'raw_sl_survey', +'raw_sl_survey_meta', +'raw_sl_survey_status_completed', +'raw_sl_survey_status_inprogress', +'raw_sl_survey_status_started', +'raw_sl_observation', +'raw_sl_observation_meta', +'raw_sl_observation_status_completed', +'raw_sl_observation_status_inprogress', +'raw_sl_observation_status_started', +'raw_nps_users_data', +'raw_nps_submission'] true - + - + 0 0 @@ -140,12 +159,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestionHealthCheck/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestionHealthCheck/config.xml index 974c02ec67..f9dc8d2255 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestionHealthCheck/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidIngestionHealthCheck/config.xml @@ -42,7 +42,7 @@ 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSegmentHealthCheck/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSegmentHealthCheck/config.xml index 6bb3dad01b..407a0ec9f2 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSegmentHealthCheck/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSegmentHealthCheck/config.xml @@ -37,7 +37,7 @@ - H/15 * * * * + @@ -47,7 +47,7 @@ 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSummaryMonthlyRollup/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSummaryMonthlyRollup/config.xml index c271716e21..1716d1df65 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSummaryMonthlyRollup/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/DruidSummaryMonthlyRollup/config.xml @@ -36,7 +36,7 @@ - H 22 1 * * + @@ -46,7 +46,7 @@ 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLDruidContentIndexer/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLDruidContentIndexer/config.xml index 63c0355471..c9abf44d0c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLDruidContentIndexer/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLDruidContentIndexer/config.xml @@ -157,7 +157,7 @@ Default Druid content indexer job will run as cron.</b></font> 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLUserCacheIndexer/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLUserCacheIndexer/config.xml index 6dfaabc4f7..9542ac3207 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLUserCacheIndexer/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/ETLUserCacheIndexer/config.xml @@ -157,7 +157,7 @@ user cache indexer script will run.</b></font> true - - true EdDataProducts Deploy/dev/DataPipeline/EdDataProducts - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-9061670571657 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-9061673103864 1 true - - true @@ -113,56 +116,56 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true EdDataProducts Deploy/dev/DataPipeline/EdDataProducts - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true EdDataProducts Deploy/dev/DataPipeline/EdDataProducts - + ET_FORMATTED_HTML true @@ -174,27 +177,27 @@ return """<b>This parameter is not used</b>""" remote - + spark false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/DataPipeline/EdDataProducts + + SUCCESS 0 @@ -205,12 +208,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -224,7 +227,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml index 8daf73245a..5002b32938 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/FlinkPipelineJobs/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,20 +18,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-2544395024638227 1 true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -81,7 +81,6 @@ return """<b>This parameter is not used</b>""" image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false @@ -90,13 +89,13 @@ return """<b>This parameter is not used</b>""" ArtifactUpload/dev/DataPipeline/FlinkPipelineJobs false - + job_names_to_deploy <font color=green size=2><b>Choose the job names to deploy. Multi-selection is available.</b></font> choice-parameter-1273072434092073 1 'summary-denormalization', 'error-denormalization', 'ingest-router', +'cb-preprocessor', +'rating', +'telemetry-extractor', 'device-profile-updater'] true - + - + 0 0 @@ -140,12 +142,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/GraphitePrometheusExporter/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/GraphitePrometheusExporter/config.xml index 8d178d1f09..994aa9f34f 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/GraphitePrometheusExporter/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/GraphitePrometheusExporter/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/KafkaSetup/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/KafkaSetup/config.xml index 4e92049df7..23b3575e6f 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/KafkaSetup/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/KafkaSetup/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,20 +18,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-188157054642539 1 true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-188157057910170 1 true - + true @@ -80,7 +80,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -91,17 +91,17 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/kb-iGOT/sunbird-data-pipeline/ - ${branch_or_tag} + ${branch_or_tag} false @@ -121,4 +121,4 @@ return """<b>This parameter is not used</b>""" false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Logging/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Logging/config.xml index 45294e829d..cc3018be15 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Logging/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Logging/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/LoggingFileBeatsVM/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/LoggingFileBeatsVM/config.xml index a5db7c7ce0..33fa421958 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/LoggingFileBeatsVM/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/LoggingFileBeatsVM/config.xml @@ -43,7 +43,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml index 4772e037c5..ce304e7305 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml @@ -1,7 +1,7 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -19,8 +19,10 @@ 2 - - + + false + + false false @@ -40,7 +42,7 @@ - + 0 0 @@ -48,12 +50,13 @@ project false + 1 - ArtifactUpload/dev/DataPipeline/ml-workbench + SUCCESS 0 @@ -64,12 +67,12 @@ - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Monitoring/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Monitoring/config.xml index 09a769509c..d2d44d1b47 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Monitoring/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Monitoring/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStart/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStart/config.xml index e8421e84d3..9a21671b77 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStart/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStart/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStop/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStop/config.xml index ee5e4d96ca..d3f776dda0 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStop/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/PipelineFlinkSummaryDenormStop/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/RunReportJob/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/RunReportJob/config.xml index e1db1281a6..8caa05e26c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/RunReportJob/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/RunReportJob/config.xml @@ -65,7 +65,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml index 6ec6121174..d2c6928a55 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/Secor/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 2 - - + + false + + false false @@ -31,21 +33,21 @@ ArtifactUpload/dev/DataPipeline/Secor false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9061667106947 1 true - + true - + true - + true @@ -112,22 +112,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -139,64 +138,9 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - - image_tag - <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - - false - - - job_names_to_deploy - <font color=green size=2><b>Choose the job names to deploy. Multi-selection is available.</b></font> - choice-parameter-13133818501057470 - 1 - - true - - - - Secor - Deploy/dev/DataPipeline/Secor - - - PT_MULTI_SELECT - false - 1 - - - monitoring_enabled - <font color=green size=2><b>Please keep it false if you dont have monitoring stack installed in flink cluster and also if you dont want monitoring for secor jobs. This is for secor jobs monitoring alert rule creation purpose.</b></font> - true - false - - + 0 0 @@ -210,12 +154,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -235,7 +179,7 @@ return """<b>This parameter is not used</b>""" - kubernetes/pipelines/deploy/secor/Jenkinsfile + pipelines/deploy/secor/Jenkinsfile.flink false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/SubmitReportJob/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/SubmitReportJob/config.xml index 3a438c0856..edbf5a8763 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/SubmitReportJob/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/DataPipeline/jobs/SubmitReportJob/config.xml @@ -89,7 +89,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/AssetSizeMigration/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/AssetSizeMigration/config.xml index ef69736966..d7790b16a6 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/AssetSizeMigration/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/AssetSizeMigration/config.xml @@ -147,7 +147,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraDbUpdate/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraDbUpdate/config.xml index e9144b53e9..9c8c4b1be8 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraDbUpdate/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraDbUpdate/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml index 87e8dea58a..9da287ed89 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraTrigger/config.xml @@ -1,7 +1,7 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -19,8 +19,10 @@ 2 - - + + false + + false false @@ -32,21 +34,21 @@ ArtifactUpload/dev/KnowledgePlatform/CassandraTrigger false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-12566219493457 1 true - + true @@ -58,13 +60,13 @@ ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrif false 1 - + build_number choice-parameter-12566221440336 1 true - + true @@ -85,13 +87,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version choice-parameter-12566223395914 1 true - + true @@ -111,13 +113,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -136,22 +138,22 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -164,7 +166,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -172,12 +174,13 @@ return """<b>This parameter is not used</b>"&quo project false + 1 - ArtifactUpload/dev/KnowledgePlatform/CassandraTrigger + SUCCESS 0 @@ -188,12 +191,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/ContentTool/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/ContentTool/config.xml index ae9bf6bd6e..b74d292d0f 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/ContentTool/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/ContentTool/config.xml @@ -77,7 +77,7 @@ return """<b>This parameter is not used</b>"&quo true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -81,7 +81,6 @@ return """<b>This parameter is not used</b>""" image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false @@ -90,13 +89,13 @@ return """<b>This parameter is not used</b>""" ArtifactUpload/dev/KnowledgePlatform/FlinkJobs false - + job_names_to_deploy <font color=green size=2><b>Choose the job names to deploy. Multi-selection is available.</b></font> choice-parameter-1273072434092073 1 'audit-history-indexer', 'collection-cert-pre-processor', 'collection-certificate-generator', +'relation-cache-updater', 'auto-creator-v2', 'metrics-data-transformer', -'content-publish', -'content-auto-creator', -'qrcode-image-generator', -'dialcode-context-updater'] +'activity-aggregate-updater', +'post-publish-processor', +'enrolment-reconciliation', +'program-cert-pre-processor', +'program-activity-aggregate-updater', +'karma-points-persist-processor', +'content-publish'] true - + - + 0 0 @@ -143,12 +146,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/knowledge-platform-jobs.git @@ -163,14 +166,14 @@ return """<b>This parameter is not used</b>""" true false - 0 + 1 false - kubernetes/pipelines/deploy/Jenkinsfile + kubernets/pipelines/deploy/Jenkinsfile false false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/InsertQRCode/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/InsertQRCode/config.xml index f9d86a9c43..c6b03c5600 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/InsertQRCode/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/InsertQRCode/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/KafkaSetup/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/KafkaSetup/config.xml index a14a7ba31f..dd571fc0b8 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/KafkaSetup/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/KafkaSetup/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml index 32be981edb..90bc05ee1f 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/KnowledgePlatform/Learning false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-12566219493457 1 true - - true Learning Deploy/dev/KnowledgePlatform/Learning - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-12566221440336 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-12566223395914 1 true - - true @@ -113,76 +116,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Learning Deploy/dev/KnowledgePlatform/Learning - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Learning Deploy/dev/KnowledgePlatform/Learning - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/KnowledgePlatform/Learning + + SUCCESS 0 @@ -193,12 +196,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git @@ -212,7 +215,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/LoggingFileBeatsVM/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/LoggingFileBeatsVM/config.xml index 96f3f2f9e3..66545c8f7d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/LoggingFileBeatsVM/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/LoggingFileBeatsVM/config.xml @@ -43,7 +43,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml index 54130d65ec..29f8d75ec5 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4j/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/KnowledgePlatform/Neo4j false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-13436883643465 1 true - - true Neo4j Deploy/dev/KnowledgePlatform/Neo4j - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-13436885688258 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-13436888536349 1 true - - true @@ -113,76 +116,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Neo4j Deploy/dev/KnowledgePlatform/Neo4j - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Neo4j Deploy/dev/KnowledgePlatform/Neo4j - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/KnowledgePlatform/Neo4j + + SUCCESS 0 @@ -193,12 +196,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git @@ -212,7 +215,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jDefinitionUpdate/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jDefinitionUpdate/config.xml index c14a871b96..23115bfd98 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jDefinitionUpdate/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jDefinitionUpdate/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jElasticSearchSyncTool/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jElasticSearchSyncTool/config.xml index 458c89ea82..a93a2e7ad1 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jElasticSearchSyncTool/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jElasticSearchSyncTool/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/KnowledgePlatform/SyncTool false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-14175006770414 1 true - - true Neo4jElasticSearchSyncTool Deploy/dev/KnowledgePlatform/Neo4jElasticSearchSyncTool - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-14175008677110 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-14175010584707 1 true - - true @@ -148,76 +151,76 @@ return "<b>Not Applicable</b>" --ids false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Neo4jElasticSearchSyncTool Deploy/dev/KnowledgePlatform/Neo4jElasticSearchSyncTool - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Neo4jElasticSearchSyncTool Deploy/dev/KnowledgePlatform/Neo4jElasticSearchSyncTool - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/KnowledgePlatform/SyncTool + + SUCCESS 0 @@ -228,12 +231,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git @@ -247,7 +250,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StartNeo4jCluster/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StartNeo4jCluster/config.xml index 844571d714..86d53e3c5d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StartNeo4jCluster/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StartNeo4jCluster/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StopNeo4jCluster/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StopNeo4jCluster/config.xml index de8ba015fa..962138e5e5 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StopNeo4jCluster/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/StopNeo4jCluster/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml index fb7de87c2c..d9db3d8deb 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/KnowledgePlatform/jobs/Yarn/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/KnowledgePlatform/Yarn false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-2874232768088857 1 true - - true Yarn Deploy/dev/KnowledgePlatform/Yarn - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-2874449088885218 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-2877900313772031 1 true - - true @@ -113,76 +116,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Yarn Deploy/dev/KnowledgePlatform/Yarn - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Yarn Deploy/dev/KnowledgePlatform/Yarn - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/KnowledgePlatform/Yarn + + SUCCESS 0 @@ -193,12 +196,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git @@ -212,7 +215,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManager/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManager/config.xml index a81ba29679..ba519dab0c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManager/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManager/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true APIManager Deploy/dev/Kubernetes/APIManager - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true APIManager Deploy/dev/Kubernetes/APIManager - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/APIManager + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManagerEcho/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManagerEcho/config.xml index ff16019a12..8cc9ceebd2 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManagerEcho/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/APIManagerEcho/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true APIManagerEcho Deploy/dev/Kubernetes/APIManagerEcho - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true APIManagerEcho Deploy/dev/Kubernetes/APIManagerEcho - + ET_FORMATTED_HTML true role_name - + helm-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/APIManagerEcho + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/AdminUtils/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/AdminUtils/config.xml index 6a267871ab..d94a0fe8f1 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/AdminUtils/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/AdminUtils/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true AdminUtils Deploy/dev/Kubernetes/AdminUtils - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true AdminUtils Deploy/dev/Kubernetes/AdminUtils - + ET_FORMATTED_HTML true role_name - + helm-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - Deploy/dev/Core/AdminUtils + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Analytics/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Analytics/config.xml index 7742f0b9da..b9941ee4b3 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Analytics/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Analytics/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Analytics Deploy/dev/Kubernetes/Analytics - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Analytics Deploy/dev/Kubernetes/Analytics - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Analytics + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Assessment/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Assessment/config.xml index 0bf3c9f9fc..02cce30e63 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Assessment/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Assessment/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Assessment Deploy/dev/Kubernetes/Assessment - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Assessment Deploy/dev/Kubernetes/Assessment - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Assessment + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/BootstrapCluster/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/BootstrapCluster/config.xml index c612117bb7..34ccda8fc6 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/BootstrapCluster/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/BootstrapCluster/config.xml @@ -60,7 +60,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Bot/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Bot/config.xml index 2a5345ff33..751e019aaa 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Bot/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Bot/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Bot Deploy/dev/Kubernetes/Bot - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Bot Deploy/dev/Kubernetes/Bot - + ET_FORMATTED_HTML true role_name - + chatbot @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Bot + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-bot.git + https://github.com/KB-iGOT/sunbird-bot.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cassandra/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cassandra/config.xml index 1e9db63132..e51ab5ec74 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cassandra/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cassandra/config.xml @@ -1,6 +1,7 @@ - + + - + false @@ -11,8 +12,10 @@ 2 - - + + false + + false false @@ -24,51 +27,51 @@ ArtifactUpload/dev/Core/Cassandra false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9600649228560 1 true - - true Cassandra Deploy/dev/Kubernetes/Cassandra - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-9600651313765 1 true - - true @@ -79,23 +82,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-9600653373369 1 true - - true @@ -106,76 +109,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Cassandra Deploy/dev/Kubernetes/Cassandra - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Cassandra Deploy/dev/Kubernetes/Cassandra - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Cassandra + + SUCCESS 0 @@ -186,12 +189,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -205,7 +208,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDBUpdate/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDBUpdate/config.xml index b467fa475f..4bb6c4dd07 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDBUpdate/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDBUpdate/config.xml @@ -61,7 +61,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDecrypt/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDecrypt/config.xml index f79026bd70..c1c6b72e62 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDecrypt/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraDecrypt/config.xml @@ -1,6 +1,7 @@ - + + - + false @@ -11,8 +12,10 @@ 2 - - + + false + + false false @@ -24,51 +27,51 @@ ArtifactUpload/dev/Core/CassandraDecrypt false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9600649228560 1 true - - true CassandraDecrypt Deploy/dev/Core/CassandraDecrypt - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-9600651313765 1 true - - true @@ -79,23 +82,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-9600653373369 1 true - - true @@ -106,62 +109,62 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true CassandraDecrypt Deploy/dev/Core/CassandraDecrypt - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true CassandraDecrypt Deploy/dev/Core/CassandraDecrypt - + ET_FORMATTED_HTML true cassandra_jar_name - + groups-service-util-1.0-SNAPSHOT-jar-with-dependencies.jar @@ -172,21 +175,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/CassandraDecrypt + + SUCCESS 0 @@ -197,12 +200,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -216,7 +219,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraStateValidated/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraStateValidated/config.xml index 722eaedef8..236869fa5e 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraStateValidated/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraStateValidated/config.xml @@ -1,5 +1,5 @@ - + false @@ -12,8 +12,10 @@ 2 - - + + false + + false false @@ -25,21 +27,21 @@ ArtifactUpload/dev/Core/CassandraStateValidated false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9600649228560 1 true - + true @@ -51,13 +53,13 @@ ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrif false 1 - + build_number choice-parameter-9600651313765 1 true - + true @@ -78,13 +80,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version choice-parameter-9600653373369 1 true - + true @@ -104,13 +106,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -129,22 +131,22 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -157,7 +159,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -171,7 +173,7 @@ return """<b>This parameter is not used</b>"&quo - ArtifactUpload/dev/Core/CassandraStateValidated + SUCCESS 0 @@ -182,12 +184,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraTrigger/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraTrigger/config.xml index dc2158454d..886382687d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraTrigger/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CassandraTrigger/config.xml @@ -1,5 +1,5 @@ - + false @@ -12,8 +12,10 @@ 2 - - + + false + + false false @@ -25,21 +27,21 @@ ArtifactUpload/dev/Core/CassandraTrigger false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9600649228560 1 true - + true @@ -52,13 +54,13 @@ ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrif false 1 - + build_number choice-parameter-9600651313765 1 true - + true @@ -80,13 +82,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version choice-parameter-9600653373369 1 true - + true @@ -107,13 +109,13 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -133,13 +135,13 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -161,7 +163,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -169,12 +171,13 @@ return """<b>This parameter is not used</b>"&quo project false + 1 - /ArtifactUpload/dev/Core/CassandraTrigger + SUCCESS 0 @@ -185,12 +188,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cert/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cert/config.xml index 8c38242875..c05f0ea643 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cert/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Cert/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Cert Deploy/dev/Kubernetes/Cert - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Cert Deploy/dev/Kubernetes/Cert - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Cert + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertRegistry/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertRegistry/config.xml index 5aaaa87492..a030b86f53 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertRegistry/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertRegistry/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true CertRegistry Deploy/dev/Kubernetes/CertRegistry - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true CertRegistry Deploy/dev/Kubernetes/CertRegistry - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/CertRegistryService + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertTemplate/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertTemplate/config.xml index 25fb56e87a..a07b472b19 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertTemplate/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/CertTemplate/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Content/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Content/config.xml index 594a499a74..12df4c7bdd 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Content/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Content/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Content Deploy/dev/Kubernetes/Content - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Content Deploy/dev/Kubernetes/Content - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Content + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/ContentFrameworkQumlMigrationScript/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/ContentFrameworkQumlMigrationScript/config.xml index 6a598d6cd5..3649b32ba9 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/ContentFrameworkQumlMigrationScript/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/ContentFrameworkQumlMigrationScript/config.xml @@ -66,7 +66,7 @@ 2 - https://github.com/Sunbird-Ed/SunbirdEd-portal.git + https://github.com/KB-iGOT/SunbirdEd-portal.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Dial/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Dial/config.xml index 8eeabe024d..e674cc7677 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Dial/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Dial/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Dial Deploy/dev/Kubernetes/Dial - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Dial Deploy/dev/Kubernetes/Dial - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Dial + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DialUploadSchema/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DialUploadSchema/config.xml index d6825fe4ce..eab205efca 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DialUploadSchema/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DialUploadSchema/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" dial_branch_or_tag - <font color=dimgray size=2><b>Enter the tag of <a href="https://github.com/project-sunbird/sunbird-dial-service">project-sunbird/sunbird-dial-service</a></b></font> + <font color=dimgray size=2><b>Enter the tag of <a href="https://github.com/KB-iGOT/sunbird-dial-service">KB-iGOT/sunbird-dial-service</a></b></font> false @@ -105,7 +105,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DiscussionsMW/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DiscussionsMW/config.xml index b485bf92e2..0c7a8da5d3 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DiscussionsMW/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/DiscussionsMW/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 2 - - + + false + + false false @@ -34,16 +36,14 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 true - + true @@ -63,22 +63,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -92,7 +91,6 @@ return """<b>This parameter is not used</b>""" role_name - sunbird-deploy @@ -101,7 +99,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -115,7 +113,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/Core/DiscussionsMW + SUCCESS 0 @@ -126,12 +124,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -140,13 +138,13 @@ return """<b>This parameter is not used</b>""" false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Enc/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Enc/config.xml index e6bd5875d4..578941876b 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Enc/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Enc/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Enc Deploy/dev/Kubernetes/Enc - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Enc Deploy/dev/Kubernetes/Enc - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/EncService + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Groups/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Groups/config.xml index 8fc7eee236..de9c2612d7 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Groups/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Groups/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Groups Deploy/dev/Kubernetes/Groups - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Groups Deploy/dev/Kubernetes/Groups - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Groups + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/HawkeyeSuperset/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/HawkeyeSuperset/config.xml index 81d16349ed..637b4c66fd 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/HawkeyeSuperset/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/HawkeyeSuperset/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true HawkeyeSuperset Deploy/dev/Kubernetes/HawkeyeSuperset - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true HawkeyeSuperset Deploy/dev/Kubernetes/HawkeyeSuperset - + ET_FORMATTED_HTML true role_name - + helm-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - /ArtifactUpload/dev/Core/HawkeyeSuperset + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KafkaSetup/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KafkaSetup/config.xml index 38075b1f3b..30301e0a28 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KafkaSetup/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KafkaSetup/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Keycloak/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Keycloak/config.xml index 217108c94d..8656f60801 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Keycloak/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Keycloak/config.xml @@ -140,7 +140,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KeycloakRealm/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KeycloakRealm/config.xml index dc5b374555..189b81b000 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KeycloakRealm/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KeycloakRealm/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>"&quo +return """<b>This parameter is not used</b>""" true - - + + true KnowledgeMW Deploy/dev/Kubernetes/KnowledgeMW - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true KnowledgeMW Deploy/dev/Kubernetes/KnowledgeMW - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/KnowledgeMW + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KongJWTAdminUtil/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KongJWTAdminUtil/config.xml index c4ffa85a3c..085f76e60e 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KongJWTAdminUtil/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/KongJWTAdminUtil/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Learner/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Learner/config.xml index c9f4410fc9..b9fb407a48 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Learner/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Learner/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Learner Deploy/dev/Kubernetes/Learner - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Learner Deploy/dev/Kubernetes/Learner - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Learner + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Lms/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Lms/config.xml index f219e128ea..5fc6daa623 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Lms/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Lms/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Lms Deploy/dev/Kubernetes/Lms - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Lms Deploy/dev/Kubernetes/Lms - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Lms + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Logging/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Logging/config.xml index 58a6f54167..617225f185 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Logging/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Logging/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/LoggingFileBeatsVM/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/LoggingFileBeatsVM/config.xml index 4461cdd175..b7f8570472 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/LoggingFileBeatsVM/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/LoggingFileBeatsVM/config.xml @@ -43,7 +43,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Monitoring/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Monitoring/config.xml index 2abe0fc75b..9320ae7172 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Monitoring/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Monitoring/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,20 +18,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-2544395024638227 1 true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -81,12 +81,11 @@ return """<b>This parameter is not used</b>""" tag <font color=dimgray size=2><b>Please use "dashboards" as tag if you want to install/update the grafana dashboards. Use "scrapeconfigs" to update the scrape targets. Choose all for full stack deployment</b></font> - false - + 0 0 @@ -95,17 +94,17 @@ return """<b>This parameter is not used</b>""" false - + - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -120,7 +119,7 @@ return """<b>This parameter is not used</b>""" true false - 0 + 1 false @@ -130,4 +129,4 @@ return """<b>This parameter is not used</b>""" false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/NetworkConfig/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/NetworkConfig/config.xml index 39324ff3d1..5e5382d2c4 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/NetworkConfig/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/NetworkConfig/config.xml @@ -60,7 +60,7 @@ return """<b>This parameter is not used</b>"&quo +return """<b>This parameter is not used</b>""" true - - + + true Nodebb Deploy/dev/Kubernetes/Nodebb - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Nodebb Deploy/dev/Kubernetes/Nodebb - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Nodebb + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Notification/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Notification/config.xml index daf3537418..ccfcde8a5a 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Notification/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Notification/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Notification Deploy/dev/Kubernetes/Notification - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Notification Deploy/dev/Kubernetes/Notification - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Notification + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardAPIs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardAPIs/config.xml index 2794236d83..020c2ac831 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardAPIs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardAPIs/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardConsumers/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardConsumers/config.xml index 22bf6ca9b7..cf25e26d55 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardConsumers/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/OnboardConsumers/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Player/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Player/config.xml index f4e54060d2..d88d75cc5a 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Player/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Player/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Player Deploy/dev/Kubernetes/Player - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Player Deploy/dev/Kubernetes/Player - + ET_FORMATTED_HTML true role_name - + deploy-player @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Player + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Print/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Print/config.xml index 4cc7cc13cb..22bc75bcb1 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Print/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Print/config.xml @@ -1,7 +1,7 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -19,8 +19,10 @@ 2 - - + + false + + false false @@ -38,13 +40,13 @@ false - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -64,22 +66,22 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -102,7 +104,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -110,12 +112,13 @@ return """<b>This parameter is not used</b>"&quo project false + 1 - ArtifactUpload/dev/Core/Print + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Proxyvalidator/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Proxyvalidator/config.xml index e86266fa94..f7492f4bbb 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Proxyvalidator/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Proxyvalidator/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,59 +37,59 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Proxyvalidator Deploy/dev/Kubernetes/Proxyvalidator - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Proxyvalidator Deploy/dev/Kubernetes/Proxyvalidator - + ET_FORMATTED_HTML true @@ -102,21 +105,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Proxyvalidator + + SUCCESS 0 @@ -127,12 +130,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -146,7 +149,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Redis/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Redis/config.xml index 4df00c736c..2e40f5fbc0 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Redis/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Redis/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-bot.git + https://github.com/KB-iGOT/sunbird-bot.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Report/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Report/config.xml index d02f6bef9c..a20eea05ed 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Report/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Report/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Report Deploy/dev/Kubernetes/Report - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Report Deploy/dev/Kubernetes/Report - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Report + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Router/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Router/config.xml index ef0574f244..e65c760186 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Router/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Router/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Router Deploy/dev/Kubernetes/Router - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Router Deploy/dev/Kubernetes/Router - + ET_FORMATTED_HTML true role_name - + chatbot @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Router + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-bot.git + https://github.com/KB-iGOT/sunbird-bot.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Search/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Search/config.xml index fa5ffaba8d..38caf997b2 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Search/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Search/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Search Deploy/dev/Kubernetes/Search - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Search Deploy/dev/Kubernetes/Search - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Search + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Taxonomy/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Taxonomy/config.xml index e305b39781..21dfe8216c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Taxonomy/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Taxonomy/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Taxonomy Deploy/dev/Kubernetes/Taxonomy - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Taxonomy Deploy/dev/Kubernetes/Taxonomy - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Core/Taxonomy + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Telemetry/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Telemetry/config.xml index 89cc86edea..2feb770d82 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Telemetry/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Telemetry/config.xml @@ -1,7 +1,7 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -19,8 +19,10 @@ 2 - - + + false + + false false @@ -38,13 +40,13 @@ false - + private_branch choice-parameter-2544395024638227 1 true - + true @@ -64,22 +66,22 @@ return """<b>This parameter is not used</b>"&quo ET_FORMATTED_HTML true - + branch_or_tag choice-parameter-2620434998790477 1 true - + true @@ -102,7 +104,7 @@ return """<b>This parameter is not used</b>"&quo - + 0 0 @@ -110,12 +112,13 @@ return """<b>This parameter is not used</b>"&quo project false + 1 - ArtifactUpload/dev/Core/Telemetry + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadChatbotConfig/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadChatbotConfig/config.xml index c0289cf30f..6f953c3c5e 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadChatbotConfig/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadChatbotConfig/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" - https://github.com/project-sunbird/sunbird-bot.git + https://github.com/KB-iGOT/sunbird-bot.git @@ -144,7 +144,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadFAQs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadFAQs/config.xml index c476a3de0f..fc0f19221c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadFAQs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadFAQs/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops + https://github.com/KB-iGOT/sunbird-devops diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadSchema/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadSchema/config.xml index 08b13a7c6f..f13a713e4b 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadSchema/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/UploadSchema/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" kp_branch_or_tag - <font color=dimgray size=2><b>Enter the tag of <a href="https://github.com/project-sunbird/knowledge-platform">project-sunbird/knowledge-platform</a></b></font> + <font color=dimgray size=2><b>Enter the tag of <a href="https://github.com/KB-iGOT/knowledge-platform">KB-iGOT/knowledge-platform</a></b></font> false @@ -105,7 +105,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Upload_CollectionHierarchy_CSV/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Upload_CollectionHierarchy_CSV/config.xml index 4818cfc99b..6198e457a4 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Upload_CollectionHierarchy_CSV/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Upload_CollectionHierarchy_CSV/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" - Sunbird-Ed/sunbird-collection-editor.git + KB-iGOT/sunbird-collection-editor.git @@ -150,7 +150,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Yarn/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Yarn/config.xml index 2e478fcc8f..ef5da1a3d4 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Yarn/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/Yarn/config.xml @@ -147,7 +147,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-private-ingress/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-private-ingress/config.xml index 684d112a3b..ac61c43d0d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-private-ingress/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-private-ingress/config.xml @@ -71,7 +71,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-public-ingress/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-public-ingress/config.xml index 5859cb2e0f..46eed1aa2d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-public-ingress/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Kubernetes/jobs/nginx-public-ingress/config.xml @@ -71,7 +71,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsFetchLogs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsFetchLogs/config.xml index bf6988457b..af5b57da27 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsFetchLogs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsFetchLogs/config.xml @@ -81,7 +81,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/Sunbird-Lern/data-products + https://github.com/KB-iGOT/data-products diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsReplayJobs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsReplayJobs/config.xml index cd2ac8b2d1..03fcc458f8 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsReplayJobs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernAnalyticsReplayJobs/config.xml @@ -138,7 +138,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/Sunbird-Lern/data-products + https://github.com/KB-iGOT/data-products diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml index 6f8fd449c2..a71887c28e 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernDataProducts/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -31,51 +34,51 @@ ArtifactUpload/dev/Lern/LernDataProducts false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-9061667106947 1 true - - true LernDataProducts Deploy/dev/Lern/LernDataProducts - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-9061670571657 1 true - - true @@ -86,23 +89,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-9061673103864 1 true - - true @@ -113,56 +116,56 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true LernDataProducts Deploy/dev/Lern/LernDataProducts - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true LernDataProducts Deploy/dev/Lern/LernDataProducts - + ET_FORMATTED_HTML true @@ -174,27 +177,27 @@ return """<b>This parameter is not used</b>""" remote - + spark false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Lern/LernDataProducts + + SUCCESS 0 @@ -205,12 +208,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/Sunbird-Lern/data-products + https://github.com/KB-iGOT/data-products @@ -224,7 +227,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml index 19322ba1a4..23b700b15e 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Lern/jobs/LernFlinkJobs/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,16 +36,14 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 true - + true @@ -63,22 +63,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -90,13 +89,13 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + job_names_to_deploy <font color=green size=2><b>Choose the job names to deploy. Multi-selection is available.</b></font> choice-parameter-6698726079983885 1 'notification-job'] true - + - + 0 0 @@ -137,12 +136,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/Sunbird-Lern/data-pipeline.git + https://github.com/KB-iGOT/data-pipeline.git @@ -157,7 +156,7 @@ return """<b>This parameter is not used</b>""" true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/MasterDeploy/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/MasterDeploy/config.xml index e572bb8dd5..fea1193e7b 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/MasterDeploy/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/MasterDeploy/config.xml @@ -42,7 +42,7 @@ Tag - Github tag or branch 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml index 979f2deee9..5169849fcf 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/CollectionEditor/config.xml @@ -1,10 +1,13 @@ - + + - + false - - + + false + + false false @@ -16,51 +19,51 @@ ArtifactUpload/dev/Plugins/CollectionEditor false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-620062284617427 1 true - - true CollectionEditor Deploy/dev/Plugins/CollectionEditor - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-620062286335119 1 true - - true @@ -71,23 +74,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-620062288387509 1 true - - true @@ -98,76 +101,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true CollectionEditor Deploy/dev/Plugins/CollectionEditor - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true CollectionEditor Deploy/dev/Plugins/CollectionEditor - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Plugins/CollectionEditor + + SUCCESS 0 @@ -178,12 +181,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -197,7 +200,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml index bc08e6f70e..5ac3435c01 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentEditor/config.xml @@ -1,10 +1,13 @@ - + + - + false - - + + false + + false false @@ -16,51 +19,51 @@ ArtifactUpload/dev/Plugins/ContentEditor false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-620062284617427 1 true - - true ContentEditor Deploy/dev/Plugins/ContentEditor - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-620062286335119 1 true - - true @@ -71,23 +74,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-620062288387509 1 true - - true @@ -98,76 +101,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true ContentEditor Deploy/dev/Plugins/ContentEditor - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true ContentEditor Deploy/dev/Plugins/ContentEditor - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Plugins/ContentEditor + + SUCCESS 0 @@ -178,12 +181,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -197,7 +200,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml index d7ad7b403c..d5986c0cd0 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlayer/config.xml @@ -1,10 +1,13 @@ - + + - + false - - + + false + + false false @@ -16,51 +19,51 @@ ArtifactUpload/dev/Plugins/ContentPlayer false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-620062284617427 1 true - - true ContentPlayer Deploy/dev/Plugins/ContentPlayer - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-620062286335119 1 true - - true @@ -71,23 +74,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-620062288387509 1 true - - true @@ -98,76 +101,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true ContentPlayer Deploy/dev/Plugins/ContentPlayer - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true ContentPlayer Deploy/dev/Plugins/ContentPlayer - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Plugins/ContentPlayer + + SUCCESS 0 @@ -178,12 +181,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -197,7 +200,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml index ef42eef6f7..e788e2d9a9 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ContentPlugins/config.xml @@ -1,10 +1,13 @@ - + + - + false - - + + false + + false false @@ -16,51 +19,51 @@ ArtifactUpload/dev/Plugins/ContentPlugins false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-620062284617427 1 true - - true ContentPlugins Deploy/dev/Plugins/ContentPlugins - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-620062286335119 1 true - - true @@ -71,23 +74,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-620062288387509 1 true - - true @@ -98,76 +101,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true ContentPlugins Deploy/dev/Plugins/ContentPlugins - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true ContentPlugins Deploy/dev/Plugins/ContentPlugins - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Plugins/ContentPlugins + + SUCCESS 0 @@ -178,12 +181,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -197,7 +200,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml index d5ccb5144f..3acdd3aebe 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/GenericEditor/config.xml @@ -1,10 +1,13 @@ - + + - + false - - + + false + + false false @@ -16,51 +19,51 @@ ArtifactUpload/dev/Plugins/GenericEditor false - + artifact_source <font color=dimgray size=2><b> ArtifactRepo - Download the artifact from azure blob, JenkinsJob - Use the atrifact from Jenkins job.</b></font> choice-parameter-620062284617427 1 true - - true GenericEditor Deploy/dev/Plugins/GenericEditor - + PT_SINGLE_SELECT false 1 - + build_number - + choice-parameter-620062286335119 1 true - - true @@ -71,23 +74,23 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + artifact_version - + choice-parameter-620062288387509 1 true - - true @@ -98,76 +101,76 @@ return "<b>Not Applicable</b>" ET_FORMATTED_HTML true - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true GenericEditor Deploy/dev/Plugins/GenericEditor - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true GenericEditor Deploy/dev/Plugins/GenericEditor - + ET_FORMATTED_HTML true - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Plugins/GenericEditor + + SUCCESS 0 @@ -178,12 +181,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -197,7 +200,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ManualPluginUpload/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ManualPluginUpload/config.xml index 7f18323f27..1491eb4cba 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ManualPluginUpload/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Plugins/jobs/ManualPluginUpload/config.xml @@ -173,7 +173,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Summary/jobs/DeployedVersions/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Summary/jobs/DeployedVersions/config.xml index 85388922e1..fe9b16baef 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Summary/jobs/DeployedVersions/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Summary/jobs/DeployedVersions/config.xml @@ -46,7 +46,7 @@ 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml index cfcf5ae5be..59fd1fd7d8 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateApi/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true CertificateApi Deploy/dev/Sunbird-RC/CertificateApi - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true CertificateApi Deploy/dev/Sunbird-RC/CertificateApi - + ET_FORMATTED_HTML true role_name - + helm-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Sunbird-RC/CertificateApi + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false @@ -156,4 +159,4 @@ return """<b>This parameter is not used</b>""" false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml index c4660c710e..06906f2b34 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/CertificateSign/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true CertificateSign Deploy/dev/Sunbird-RC/CertificateSign - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true CertificateSign Deploy/dev/Sunbird-RC/CertificateSign - + ET_FORMATTED_HTML true role_name - + helm-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Sunbird-RC/CertificateSign + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false @@ -156,4 +159,4 @@ return """<b>This parameter is not used</b>""" false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml index c51e35d805..66423c058d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Registry/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Registry Deploy/dev/Sunbird-RC/Registry - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Registry Deploy/dev/Sunbird-RC/Registry - + ET_FORMATTED_HTML true role_name - + helm-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/Sunbird-RC/Registry + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false @@ -156,4 +159,4 @@ return """<b>This parameter is not used</b>""" false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Upload_RC_Schema/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Upload_RC_Schema/config.xml index 997794c6dc..81f656cf76 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Upload_RC_Schema/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/Sunbird-RC/jobs/Upload_RC_Schema/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops + https://github.com/KB-iGOT/sunbird-devops diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Inbound/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Inbound/config.xml index 873434a0e5..b7ac468c06 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Inbound/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Inbound/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Inbound Deploy/dev/UCI/Inbound - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Inbound Deploy/dev/UCI/Inbound - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/UCI/Inbound + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml index 85417c1bc7..fc5924a16e 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Orchestrator/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Orchestrator Deploy/dev/UCI/Orchestrator - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Orchestrator Deploy/dev/UCI/Orchestrator - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/UCI/Orchestrator + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Outbound/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Outbound/config.xml index 081b4a04fc..01c880cd45 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Outbound/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Outbound/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Outbound Deploy/dev/UCI/Outbound - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Outbound Deploy/dev/UCI/Outbound - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/UCI/Outbound + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Transformer/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Transformer/config.xml index 9b31ea9460..60a96313a0 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Transformer/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/Transformer/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true Transformer Deploy/dev/UCI/Transformer - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true Transformer Deploy/dev/UCI/Transformer - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/UCI/Transformer + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/UCI/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/UCI/config.xml index 6a68c386f6..37a2bf649a 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/UCI/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/UCI/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true UCI Deploy/dev/UCI/UCI - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true UCI Deploy/dev/UCI/UCI - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/UCI/UCI + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/fusionauth/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/fusionauth/config.xml index 67a5c3778d..0d8d24ef0b 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/fusionauth/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/fusionauth/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/gql/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/gql/config.xml index 43b454b703..86d325833c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/gql/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/gql/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/odk/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/odk/config.xml index c4e4646556..1cf90ab316 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/odk/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/UCI/jobs/odk/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true odk Deploy/dev/UCI/odk - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true odk Deploy/dev/UCI/odk - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/UCI/odk + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml index 7fe35fddff..ff8cb2f2aa 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/cb-pores-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true cb-pores-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-cb-pores-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - dev-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/cb-pores-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/kb-igot/sunbird-cb-devops.git + github-cred @@ -119,13 +118,13 @@ return """<b>This parameter is not used</b>""" false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml index 061c9f3437..933031524d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-tagging-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true content-tagging-service Deploy/dev/igot/content-tagging-service - + ET_FORMATTED_HTML true role_name - + deploy-content-tagging-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/content-tagging-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml index 58be77646e..f092b5ea37 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/content-validation-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true content-validation-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-content-validation-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/content-validation-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml index 2e26059162..13d150b882 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/faq-assistant/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true faq-assistant @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-faq-assistant @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - cbrelease-4.8.5 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/faq-assistant + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,13 +118,13 @@ return """<b>This parameter is not used</b>""" false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/form-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/form-service/config.xml index 617cce29f3..1e04f2ec72 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/form-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/form-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true form-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-form-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - cbrelease-4.8.0 false - + 0 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,13 +118,13 @@ return """<b>This parameter is not used</b>""" false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml index f558e03226..71b007b1b2 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-backend-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true frac-backend-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-frac-backend-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/frac-backend-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml index 53f7b0a402..b57abdeb28 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-collab-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true frac-collab-service Deploy/dev/igot/frac-collab-service - + ET_FORMATTED_HTML true role_name - + deploy-frac-collab-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/frac-collab-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml index a7e06a63c0..930523b587 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-dictionary-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true frac-dictionary-service Deploy/dev/igot/frac-dictionary-service - + ET_FORMATTED_HTML true role_name - + deploy-frac-dictionary-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/frac-dictionary-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-web-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-web-service/config.xml index 1bd6d77da7..f99a5e4198 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-web-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/frac-web-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true frac-web-service Deploy/dev/igot/frac-web-service - + ET_FORMATTED_HTML true role_name - + deploy-frac-web-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/frac-web-portal + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/fracentity-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/fracentity-service/config.xml new file mode 100644 index 0000000000..5d401fba28 --- /dev/null +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/fracentity-service/config.xml @@ -0,0 +1,137 @@ + + + + + hudson.model.ParametersDefinitionProperty + com.sonyericsson.rebuild.RebuildSettings + + + + + false + + + + -1 + -1 + -1 + 5 + + + + false + + + false + false + + + + + absolute_job_path + <font color=dimgray size=2><b>Do not change this value! The metadata.json will be copied from this job.</b></font> + ArtifactUpload/dev/igot/fracentity-service + false + + + image_tag + <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> + false + + + private_branch + choice-parameter-2544395024638227 + 1 + + true + + + + true + + + fracentity-service + Deploy/dev/igot/fracentity-service + + + ET_FORMATTED_HTML + true + + + role_name + + + deploy-fracentity-service + + + + + branch_or_tag + cbrelease-4.8.14 + false + + + + + 0 + 0 + + false + project + false + + + + + + + + + + SUCCESS + 0 + BLUE + true + + + + + + + + 2 + + + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred + + + + + ${branch_or_tag} + + + false + + + + true + false + + 0 + false + + + + kubernetes/pipelines/igot-deploy/Jenkinsfile + false + + + false + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml index 02b6a045e8..f58974d029 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/hub-graph-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true hub-graph-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-sb-hub-graph-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/hub-graph-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-analytics-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-analytics-service/config.xml index 857fd4e75c..6af2e93584 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-analytics-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-analytics-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true pm-analytics-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-pm-analytics-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/pm-dashboard-analytics + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-service/config.xml index d2c60661c0..cca1d6346b 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true pm-microsurvey-service Deploy/dev/igot/pm-microsurvey-service - + ET_FORMATTED_HTML true role_name - + deploy-pm-microsurvey-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/pm-dashboard-microsurvey-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-service/config.xml index 017bcabcaa..f2b76c3639 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-microsurvey-web-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true pm-microsurvey-web-service Deploy/dev/igot/pm-microsurvey-web-service - + ET_FORMATTED_HTML true role_name - + deploy-pm-microsurvey-web-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/pm-microsurvey-web-portal + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-user-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-user-service/config.xml index 763f7027ad..6060da6d03 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-user-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-user-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true pm-user-service Deploy/dev/igot/pm-user-service - + ET_FORMATTED_HTML true role_name - + deploy-pm-user-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/pm-dashboard-user + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-web-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-web-service/config.xml index a5d2f5ab02..9eabfbdeb3 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-web-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-web-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true pm-web-service Deploy/dev/igot/pm-web-service - + ET_FORMATTED_HTML true role_name - + deploy-pm-web-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/pm-dashboard-web-portal + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-zuul-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-zuul-service/config.xml index b79d590cd0..a904d193e3 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-zuul-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/pm-zuul-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true pm-zuul-service Deploy/dev/igot/pm-zuul-service - + ET_FORMATTED_HTML true role_name - + deploy-pm-zuul-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/pm-dashboard-zuul + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml index dcdf55cfd3..d47014e9c7 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-filter-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true profanity-filter-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-profanity-filter-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/kb-igot/sunbird-cb-devops.git + github-cred @@ -119,13 +118,13 @@ return """<b>This parameter is not used</b>""" false - + true false - 0 + 1 false @@ -134,5 +133,5 @@ return """<b>This parameter is not used</b>""" false - false + true \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-filter/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-filter/config.xml new file mode 100644 index 0000000000..b5df26f0c0 --- /dev/null +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-filter/config.xml @@ -0,0 +1,137 @@ + + + + + hudson.model.ParametersDefinitionProperty + com.sonyericsson.rebuild.RebuildSettings + + + + + false + + + + -1 + -1 + -1 + 5 + + + + false + + + false + false + + + + + absolute_job_path + <font color=dimgray size=2><b>Do not change this value! The metadata.json will be copied from this job.</b></font> + ArtifactUpload/dev/igot/profanity-filter-service + false + + + image_tag + <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> + false + + + private_branch + choice-parameter-2544395024638227 + 1 + + true + + + + true + + + profanity-filter + Deploy/dev/igot/profanity-filter + + + ET_FORMATTED_HTML + true + + + role_name + + + deploy-profanity-filter-service + + + + + branch_or_tag + cbrelease-4.8.14 + false + + + + + 0 + 0 + + false + project + false + + + + + + + + ArtifactUpload/dev/igot/profanity-filter-service + + SUCCESS + 0 + BLUE + true + + + + + + + + 2 + + + https://github.com/kb-igot/sunbird-cb-devops.git + github-cred + + + + + ${branch_or_tag} + + + false + + + + true + false + + 1 + false + + + + kubernetes/pipelines/igot-deploy/Jenkinsfile + false + + + false + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-image-moderation/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-image-moderation/config.xml index ebc3298978..93b1423437 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-image-moderation/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-image-moderation/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true profanity-image-moderation Deploy/dev/igot/profanity-image-moderation - + ET_FORMATTED_HTML true role_name - + deploy-profanity-image-moderation-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/profanity-image-filter-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml index a0bb74a54a..2f5fef1cf6 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/profanity-moderator-admin-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true profanity-moderator-admin-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-profanity-moderator-admin-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - cbrelease-4.0.1 + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/profanity-moderator-admin-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,13 +118,13 @@ return """<b>This parameter is not used</b>""" false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml index fbe47be9dc..f02a10adec 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/sb-cb-ext-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true sb-cb-ext-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-sb-cb-ext-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/sb-cb-ext-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml index b5f0171e07..110827a97f 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/scoring-engine-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true scoring-engine-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-scoring-engine-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/scoring-engine-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,13 +118,13 @@ return """<b>This parameter is not used</b>""" false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/static-domain/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/static-domain/config.xml index 59719bb2eb..8469c067a2 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/static-domain/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/static-domain/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true static-domain @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-static-domain @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - cbrelease-4.8.5 + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/static_domain + SUCCESS 0 @@ -105,21 +103,22 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred - cbrelease-4.8.5 + ${branch_or_tag} false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbc-igot/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbc-igot/config.xml index 6547a556b9..023a3d0119 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbc-igot/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbc-igot/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true ui-cbc-igot Deploy/dev/igot/ui-cbc-igot - + ET_FORMATTED_HTML true role_name - + deploy-ui-cbc-igot @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/sun-cbc-igot + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbp-igot/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbp-igot/config.xml index 6d4387ffec..9a0bda9b69 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbp-igot/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-cbp-igot/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true ui-cbp-igot @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-ui-cbp-igot @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/kb-igot/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-mdo-igot/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-mdo-igot/config.xml index 314c4500e3..9ea3173d7f 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-mdo-igot/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-mdo-igot/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,30 +36,28 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true - ui-mdo - Deploy/dev/igot/ui-mdo + ui-mdo-igot + Deploy/dev/igot/ui-mdo-igot ET_FORMATTED_HTML @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-ui-mdo-igot @@ -74,13 +73,22 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 + false + + + docker_server + asia-south1-docker.pkg.dev/prj-kb-nprd-dev-gcp-1004/kb-gcr-repository + false + + + playbook + main.yaml false - + 0 0 @@ -94,7 +102,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/sun-mdo-igot + SUCCESS 0 @@ -105,12 +113,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,7 +128,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-proxies/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-proxies/config.xml index 00016bf1ce..644dbd6328 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-proxies/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-proxies/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true ui-proxies @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-ui-proxies-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - auto-deploy-test false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/sun-ui-proxy + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/kb-igot/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-spv-igot/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-spv-igot/config.xml index 751577144f..4bed314b92 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-spv-igot/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-spv-igot/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true ui-spv-igot @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-ui-spv-igot @@ -74,19 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test - false - - - playbook - - main.yaml + cbrelease-4.8.14 false - + 0 0 @@ -111,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/kb-igot/sunbird-cb-devops.git + github-cred @@ -125,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-static/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-static/config.xml index cbb92f3176..a5f1b6862d 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-static/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/ui-static/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true ui-static @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-ui-static @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/igot/sun-ui-static + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/kb-igot/sunbird-cb-devops.git + github-cred @@ -119,7 +118,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml index caa055535f..253305cc49 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-compiler-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-compiler-service Deploy/dev/igot/vega-compiler-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-compiler-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-compiler-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml index 8c08853365..5ad0b68710 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-console-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-console-service Deploy/dev/igot/vega-console-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-console-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-console-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml index e0a3f1ec21..2cc7a4e3d4 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-action-igot-service/config.xml @@ -49,11 +49,11 @@ return """<input name="value" value="${private_repo_branch}" class="setting-i } else return """<b>This parameter is not used</b>""" - false + true - false + true vega-faq-rasa-action-igot-service @@ -99,7 +99,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml index 3ec4099fdb..3f9ffefe81 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-faq-rasa-nlp-igot-service/config.xml @@ -49,11 +49,11 @@ return """<input name="value" value=" pre-prod-test" class="setting-input" t } else return """<b>This parameter is not used</b>""" - false + true - false + true vega-faq-rasa-nlp-igot-service @@ -99,7 +99,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml index c5fa1441d8..1a4c20293c 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-llm-pipeline-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-llm-pipeline-service Deploy/dev/igot/vega-llm-pipeline-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-llm-pipeline-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.8.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-llm-pipeline-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false @@ -135,4 +138,4 @@ return """<b>This parameter is not used</b>""" false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml index 8f061d217a..da4f71a223 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-igot-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-rasa-action-igot-service Deploy/dev/igot/vega-rasa-action-igot-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-rasa-action-igot-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-rasa-action-igot-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml index 45a64fc057..cd4c3e6340 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-action-sandbox-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-rasa-action-sandbox-service Deploy/dev/igot/vega-rasa-action-sandbox-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-rasa-action-sandbox-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-rasa-action-sandbox-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml index 9c3dd5871c..d8a07c1fd9 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-igot-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-rasa-nlp-igot-service Deploy/dev/igot/vega-rasa-nlp-igot-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-rasa-nlp-igot-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-rasa-nlp-igot-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml index b397c41c83..1270e67540 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-rasa-nlp-sandbox-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-rasa-nlp-sandbox-service Deploy/dev/igot/vega-rasa-nlp-sandbox-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-rasa-nlp-sandbox-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-rasa-nlp-sandbox-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml index f0dd72d42f..751d004653 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-router-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-router-service Deploy/dev/igot/vega-router-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-router-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-router-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml index 1b46d7faea..816d1fc93a 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-translation-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-translation-service Deploy/dev/igot/vega-translation-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-llm-pipeline-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.8.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-translation-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false @@ -135,4 +138,4 @@ return """<b>This parameter is not used</b>""" false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-web-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-web-service/config.xml index 2dda27434f..7ddb7899bd 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-web-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/vega-web-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true vega-web-service Deploy/dev/igot/vega-web-service - + ET_FORMATTED_HTML true role_name - + deploy-vega-web-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + cbrelease-4.0.2 false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/vega-web-portal + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml index c50e6c25d9..895758176b 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true wat-sourcing-service Deploy/dev/igot/wat-sourcing-service - + ET_FORMATTED_HTML true role_name - + deploy-wat-sourcing-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/wat-sourcing-service + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-web-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-web-service/config.xml index f23763e2c5..67a1df9583 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-web-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/wat-sourcing-web-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 5 - - + + false + + false false @@ -34,38 +37,38 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true wat-sourcing-web-service Deploy/dev/igot/wat-sourcing-web-service - + ET_FORMATTED_HTML true role_name - + deploy-wat-sourcing-web-service @@ -74,27 +77,27 @@ return """<b>This parameter is not used</b>""" branch_or_tag - + auto-deploy-test false - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/igot/wat-sourcing-web-portal + + SUCCESS 0 @@ -105,12 +108,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/KB-iGOT-devops.git @@ -124,7 +127,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml index de63a15a58..357fa9b863 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/igot/jobs/workflow-handler-service/config.xml @@ -1,14 +1,13 @@ - - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -19,8 +18,10 @@ 5 - - + + false + + false false @@ -29,44 +30,41 @@ absolute_job_path <font color=dimgray size=2><b>Do not change this value! The metadata.json will be copied from this job.</b></font> - ArtifactUpload/dev/igot/workflow-handler-service + ArtifactUpload/dev/igot/workflow-handler-service false image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false +return """<b>This parameter is not used</b>""" + true - - - false + + + true workflow-handler-service Deploy/dev/igot/workflow-handler-service - + ET_FORMATTED_HTML true role_name - deploy-workflow-handler-service @@ -75,26 +73,25 @@ return """<b>This parameter is not used</b>"&quo branch_or_tag - - auto-deploy-test + cbrelease-4.8.14 false - + 0 0 false project false - - 1 + + - + ArtifactUpload/dev/igot/workflow-handler-service SUCCESS @@ -106,12 +103,13 @@ return """<b>This parameter is not used</b>"&quo - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -120,12 +118,12 @@ return """<b>This parameter is not used</b>"&quo false - + true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml index 6668b089b4..bdf0e07d44 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/gotenberg/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true gotenberg Deploy/dev/managed-learn/gotenberg - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true gotenberg Deploy/dev/managed-learn/gotenberg - + ET_FORMATTED_HTML true role_name - + helm-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/managed-learn/gotenberg + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-analytics-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-analytics-service/config.xml index 073128b251..3f95a7f165 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-analytics-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-analytics-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,57 +18,31 @@ 5 - - + + false + + false false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false - - - ml-analytics-service - Deploy/dev/managed-learn/ml-analytics-service - - - ET_FORMATTED_HTML - true - - - branch_or_tag - - choice-parameter-2620434998790477 - 1 - - false - - - - false + true ml-analytics-service @@ -79,14 +53,27 @@ return """<b>This parameter is not used</b>""" true - ml_analytics_version - - + absolute_job_path + ArtifactUpload/dev/managed-learn/ml-analytics-service + false + + + role_name + sunbird-deploy + false + + + image_tag + false + + + branch_or_tag + release-6.0.0 false - + 0 0 @@ -100,8 +87,8 @@ return """<b>This parameter is not used</b>""" - - + + 2 @@ -125,7 +112,7 @@ return """<b>This parameter is not used</b>""" - pipelines/deploy/ml-analytics-service/Jenkinsfile + kubernetes/pipelines/deploy_core/Jenkinsfile false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml index d0a557ebfa..3c0d686252 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-core-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 2 - - + + false + + false false @@ -34,16 +36,14 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 true - + true @@ -63,22 +63,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -92,7 +91,6 @@ return """<b>This parameter is not used</b>""" role_name - sunbird-deploy @@ -101,7 +99,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -115,7 +113,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/managed-learn/ml-core-service + SUCCESS 0 @@ -126,8 +124,8 @@ return """<b>This parameter is not used</b>""" - - + + 2 diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml index c830831d90..1efca2d21a 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-kb-portal-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 5 - - + + false + + false false @@ -34,26 +36,24 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 - false + true - + - false + true ml-kb-portal-service @@ -65,7 +65,6 @@ return """<b>This parameter is not used</b>""" role_name - deploy-ml-kb-portal-service @@ -74,13 +73,12 @@ return """<b>This parameter is not used</b>""" branch_or_tag - dev-4.8.12 false - + 0 0 @@ -94,7 +92,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/managed-learn/ml-kb-portal-service + SUCCESS 0 @@ -105,12 +103,13 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/sunbird-cb/sunbird-cb-devops.git + https://github.com/KB-iGOT/sunbird-cb-devops.git + github-cred @@ -119,14 +118,14 @@ return """<b>This parameter is not used</b>""" false - + true false 240 - 0 + 1 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-projects-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-projects-service/config.xml index 8432746c44..f92531c9c6 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-projects-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-projects-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true ml-projects-service Deploy/dev/managed-learn/ml-projects-service - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true ml-projects-service Deploy/dev/managed-learn/ml-projects-service - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/managed-learn/ml-project-service + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-reports-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-reports-service/config.xml index eafa5b2130..8a4e4a80cb 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-reports-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-reports-service/config.xml @@ -1,13 +1,14 @@ - + + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings - + false @@ -18,8 +19,10 @@ 2 - - + + false + + false false @@ -34,65 +37,65 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - + false - + private_branch - + choice-parameter-2544395024638227 1 +return """<b>This parameter is not used</b>""" true - - + + true ml-report-service Deploy/dev/managed-learn/ml-report-service - + ET_FORMATTED_HTML true - + branch_or_tag - + choice-parameter-2620434998790477 1 +return """<b>This parameter is not used</b>""" true - - + + true ml-report-service Deploy/dev/managed-learn/ml-report-service - + ET_FORMATTED_HTML true role_name - + sunbird-deploy @@ -101,21 +104,21 @@ return """<b>This parameter is not used</b>""" - + 0 0 false project false - + + 1 - - - ArtifactUpload/dev/managed-learn/ml-report-service + + SUCCESS 0 @@ -126,12 +129,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -145,7 +148,7 @@ return """<b>This parameter is not used</b>""" true false - + 0 false diff --git a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml index e3f71126f3..6ec8d32aff 100644 --- a/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml +++ b/deploy/jenkins/jobs/Deploy/jobs/dev/jobs/managed-learn/jobs/ml-survey-service/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 2 - - + + false + + false false @@ -34,16 +36,14 @@ image_tag <font color=red size=2><b>CAUTION: If the value is blank, image tag will be taken from the latest metadata.json.</b></font> - false - + private_branch - choice-parameter-2544395024638227 1 true - + true @@ -63,22 +63,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-2620434998790477 1 true - + true @@ -92,7 +91,6 @@ return """<b>This parameter is not used</b>""" role_name - sunbird-deploy @@ -101,7 +99,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -115,7 +113,7 @@ return """<b>This parameter is not used</b>""" - ArtifactUpload/dev/managed-learn/ml-survey-service + SUCCESS 0 @@ -126,8 +124,8 @@ return """<b>This parameter is not used</b>""" - - + + 2 diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchBackup/config.xml index ef353a3781..7ef00a6531 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchBackup/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,20 +11,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-189747244589805 1 true - + true @@ -44,22 +45,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-189747247305087 1 true - + true @@ -73,7 +73,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -86,32 +86,32 @@ return """<b>This parameter is not used</b>""" - 30 2 * * * + 25 00 * * * - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - ${branch_or_tag} + es false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchRestore/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchRestore/config.xml index 1bc46ecfe8..d8f8801b48 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchRestore/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ApplicationElasticsearchRestore/config.xml @@ -67,7 +67,7 @@ return """<b>This parameter is not used</b>"&quo true - + true @@ -57,22 +57,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-189744596707715 1 true - + true @@ -84,20 +83,19 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + tag - choice-parameter-14343568343793649 1 true - + - + 0 0 @@ -123,12 +121,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -143,7 +141,7 @@ return """<b>This parameter is not used</b>""" true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CassandraBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CassandraBackup/config.xml index eb4ab78213..833f95ab71 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CassandraBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CassandraBackup/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,20 +11,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-189743214208409 1 true - + true @@ -44,22 +45,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-189743216959018 1 true - + true @@ -73,7 +73,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -86,32 +86,32 @@ return """<b>This parameter is not used</b>""" - 30 3 * * * + 35 00 * * * - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - ${branch_or_tag} + ${backups_devops_branch} false - + true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearDockerImages/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearDockerImages/config.xml index e0a52d4010..c0bbadf28b 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearDockerImages/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearDockerImages/config.xml @@ -25,7 +25,7 @@ false - H 5 * * * + false diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearWorkspace/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearWorkspace/config.xml index 912f23767c..6af3492b6b 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearWorkspace/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ClearWorkspace/config.xml @@ -25,7 +25,7 @@ false - H 6 * * * + false diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CreateUser/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CreateUser/config.xml index 50e3fc1f44..4152c3e4a7 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CreateUser/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/CreateUser/config.xml @@ -77,7 +77,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GrafanaBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GrafanaBackup/config.xml index cd545b1ef9..4edb5d096a 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GrafanaBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GrafanaBackup/config.xml @@ -89,7 +89,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GraylogGeoIP/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GraylogGeoIP/config.xml index 15ed79beaa..24bc8cd2a7 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GraylogGeoIP/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/GraylogGeoIP/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/LoggerElasticSearchBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/LoggerElasticSearchBackup/config.xml index d046af9f48..bde25080fc 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/LoggerElasticSearchBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/LoggerElasticSearchBackup/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>"&quo - H 3 * * * + @@ -102,7 +102,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MongoRestore/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MongoRestore/config.xml index 28b123ba69..8b111d0e71 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MongoRestore/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MongoRestore/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MonitDeploy/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MonitDeploy/config.xml index 401438cfdf..ca9ef5c729 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MonitDeploy/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/MonitDeploy/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlBackup/config.xml index cea0113ff0..fca87118b0 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlBackup/config.xml @@ -1,7 +1,6 @@ - - + - + false @@ -12,103 +11,106 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-189733897665665 1 +return """<b>This parameter is not used</b>""" true - - + + true PostgresqlBackup + OpsAdministration/dev/Core/PostgresqlBackup - + ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-189733901134743 1 +return """<b>This parameter is not used</b>""" true - - + + true PostgresqlBackup + OpsAdministration/dev/Core/PostgresqlBackup - + ET_FORMATTED_HTML true - + 0 0 false project false - + + - * 12 * * * + 00 00 * * * - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git - ${branch_or_tag} + ${backups_devops_branch} false - + true false - + 0 false @@ -118,5 +120,5 @@ return """<b>This parameter is not used</b>"&quo false - true + false \ No newline at end of file diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlMigration/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlMigration/config.xml index 28d8e2df55..fde68abde8 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlMigration/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlMigration/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlRestore/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlRestore/config.xml index 95b92b1914..b1f78db71e 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlRestore/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/PostgresqlRestore/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>"&quo - H 2 * * * + @@ -96,7 +96,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ml-mongo-dump/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ml-mongo-dump/config.xml index b1f9945c60..937fcf73ea 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ml-mongo-dump/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/Core/jobs/ml-mongo-dump/config.xml @@ -43,7 +43,7 @@ 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/Bootstrap/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/Bootstrap/config.xml index 39884cf71a..69b73eca4a 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/Bootstrap/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/Bootstrap/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,8 +18,10 @@ 2 - - + + false + + false false @@ -28,16 +30,14 @@ hosts <font color=dimgray size=2>Enter the ansible group or IP to be bootstrapped</font> - false - + private_branch - choice-parameter-189744593687191 1 true - + true @@ -57,22 +57,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-189744596707715 1 true - + true @@ -84,20 +83,19 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + tag - choice-parameter-14343568343793649 1 true - + - + 0 0 @@ -123,12 +121,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/CassandraBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/CassandraBackup/config.xml index 53f6c0e2e3..b9b68a78bf 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/CassandraBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/CassandraBackup/config.xml @@ -71,7 +71,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/MonitDeploy/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/MonitDeploy/config.xml index 3f4f5c25c5..d99b7a4185 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/MonitDeploy/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/MonitDeploy/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/PostgresqlBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/PostgresqlBackup/config.xml index 715502dd30..2547147fe0 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/PostgresqlBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/PostgresqlBackup/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>"&quo true - + true @@ -44,22 +45,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-193697441891806 1 true - + true @@ -73,7 +73,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -84,24 +84,28 @@ return """<b>This parameter is not used</b>""" - + + + 10 00 * * * + + - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git - ${branch_or_tag} + ${backups_datapipeline_branch} false - + true diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RedisDumpMonitoring/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RedisDumpMonitoring/config.xml index f03c805951..e16d15ea20 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RedisDumpMonitoring/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RedisDumpMonitoring/config.xml @@ -60,7 +60,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RestartSecorJobs/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RestartSecorJobs/config.xml index d8bfeaad7e..7f8a86e080 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RestartSecorJobs/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/RestartSecorJobs/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaJobsAlert/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaJobsAlert/config.xml index 08ccca3143..494d8be22b 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaJobsAlert/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaJobsAlert/config.xml @@ -60,7 +60,7 @@ return """<b>This parameter is not used</b>"&quo - H/60 * * * * + @@ -113,7 +113,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaThroughputProvision/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaThroughputProvision/config.xml index 9f7337e069..4be5853e65 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaThroughputProvision/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/DataPipeline/jobs/SamzaThroughputProvision/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>"&quo true - + true @@ -57,22 +57,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-189744596707715 1 true - + true @@ -84,20 +83,19 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + tag - choice-parameter-14343568343793649 1 true - + - + 0 0 @@ -123,12 +121,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraBackup/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraBackup/config.xml index 00b4dfdc85..6216d37055 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraBackup/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/CassandraBackup/config.xml @@ -65,7 +65,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/MonitDeploy/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/MonitDeploy/config.xml index 34b085cd77..9d6b5f6145 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/MonitDeploy/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/MonitDeploy/config.xml @@ -58,7 +58,7 @@ return """<b>This parameter is not used</b>"&quo +return """<b>This parameter is not used</b>""" true - - + + true Neo4jBackup OpsAdministration/dev/KnowledgePlatform/Neo4jBackup - + ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-193695594771667 1 +return """<b>This parameter is not used</b>""" true - - + + true Neo4jBackup OpsAdministration/dev/KnowledgePlatform/Neo4jBackup - + ET_FORMATTED_HTML true - + 0 0 false project false - + + - H 2 * * * + 15 00 * * * - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git - ${branch_or_tag} + ${backups_learning_branch} false - + true false - - 0 + + 1 false diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jRestore/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jRestore/config.xml index 3aaca56add..0c5839e6eb 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jRestore/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/Neo4jRestore/config.xml @@ -64,7 +64,7 @@ return """<b>This parameter is not used</b>"&quo +return """<b>This parameter is not used</b>""" true - - + + true RedisBackup OpsAdministration/dev/KnowledgePlatform/RedisBackup - + ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-193697441891806 1 +return """<b>This parameter is not used</b>""" true - - + + true RedisBackup OpsAdministration/dev/KnowledgePlatform/RedisBackup - + ET_FORMATTED_HTML true - + 0 0 false project false - + + - H 2 * * * + - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git - ${branch_or_tag} + ${backups_learning_branch} false - + true false - - 0 + + 1 false diff --git a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/RedisRetore/config.xml b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/RedisRetore/config.xml index 454c39d18d..55e7f2beb9 100644 --- a/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/RedisRetore/config.xml +++ b/deploy/jenkins/jobs/OpsAdministration/jobs/dev/jobs/KnowledgePlatform/jobs/RedisRetore/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>"&quo true - + true ApplicationElasticSearch - Deploy/dev/Kubernetes/ApplicationElasticSearch + Provision/dev/Core/ApplicationElasticSearch ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-186487885338467 1 true - + true ApplicationElasticSearch - Deploy/dev/Kubernetes/ApplicationElasticSearch + Provision/dev/Core/ApplicationElasticSearch ET_FORMATTED_HTML @@ -73,7 +73,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -84,12 +84,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -98,7 +98,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Cassandra/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Cassandra/config.xml index 63c86f8175..1e964c24da 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Cassandra/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Cassandra/config.xml @@ -1,4 +1,4 @@ - + false @@ -11,20 +11,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-196486141556745 1 true - + true @@ -44,22 +45,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-196486144020383 1 true - + true @@ -73,7 +73,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -84,12 +84,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -98,7 +98,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/CassandraExporter/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/CassandraExporter/config.xml index 30e6f932aa..4802a96424 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/CassandraExporter/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/CassandraExporter/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ES7/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ES7/config.xml index 286ab0c414..02fe48d1f2 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ES7/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ES7/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ESMapping/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ESMapping/config.xml index edf86d1c23..7029c09316 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ESMapping/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/ESMapping/config.xml @@ -70,7 +70,7 @@ return """<b>This parameter is not used</b>""" - false + true ESMapping @@ -133,7 +133,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Graylog/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Graylog/config.xml index 708c2eb475..f7efa0fa8d 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Graylog/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Graylog/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Keycloak/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Keycloak/config.xml index e5e4c70499..968fa8da4b 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Keycloak/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Keycloak/config.xml @@ -53,7 +53,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/MongodbCluster/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/MongodbCluster/config.xml index cc7d78efba..13b2227ab6 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/MongodbCluster/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/MongodbCluster/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Postgres/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Postgres/config.xml index 01bca653e1..920d541b67 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Postgres/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Postgres/config.xml @@ -1,7 +1,6 @@ - - + - + false @@ -12,80 +11,85 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-196489635829894 1 +return """<b>This parameter is not used</b>""" true - - + + true Postgres + Provision/dev/Core/Postgres - + ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-196489639391445 1 +return """<b>This parameter is not used</b>""" true - - + + true Postgres + Provision/dev/Core/Postgres - + ET_FORMATTED_HTML true - + + 0 + 0 false project false - + + - - + + 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git @@ -94,12 +98,12 @@ return """<b>This parameter is not used</b>"&quo false - + true false - + 0 false @@ -110,4 +114,4 @@ return """<b>This parameter is not used</b>"&quo false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdate/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdate/config.xml index fbd5c77964..f75555a821 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdate/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdate/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdateManaged/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdateManaged/config.xml index 374ef1f53a..8fc7022166 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdateManaged/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/PostgresDbUpdateManaged/config.xml @@ -52,7 +52,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Redis/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Redis/config.xml index 69de9d007c..596d18fd2a 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Redis/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/Core/jobs/Redis/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,20 +18,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-196505638775314 1 true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-196505642335779 1 true - + true @@ -80,7 +80,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -94,21 +94,21 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-learning-platform.git + https://github.com/KB-iGOT/sunbird-learning-platform.git - ${branch_or_tag} + release-5.0.0 false - + true diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsGeoLocationDBSetup/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsGeoLocationDBSetup/config.xml index 03827a0d61..3c95b571ef 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsGeoLocationDBSetup/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsGeoLocationDBSetup/config.xml @@ -65,7 +65,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsSecor/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsSecor/config.xml new file mode 100644 index 0000000000..c2bd3ef406 --- /dev/null +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsSecor/config.xml @@ -0,0 +1,124 @@ + + + + + hudson.model.ParametersDefinitionProperty + com.sonyericsson.rebuild.RebuildSettings + + + + + false + + + + -1 + 10 + -1 + 2 + + + + false + + + false + false + + + + + private_branch + choice-parameter-196496946659342 + 1 + + true + + + + true + + + AnalyticsSecor + Provision/dev/DataPipeline/AnalyticsSecor + + + ET_FORMATTED_HTML + true + + + branch_or_tag + choice-parameter-196496948791638 + 1 + + true + + + + true + + + AnalyticsSecor + Provision/dev/DataPipeline/AnalyticsSecor + + + ET_FORMATTED_HTML + true + + + + + 0 + 0 + + false + project + false + + + + + + + 2 + + + https://github.com/KB-iGOT/sunbird-data-pipeline.git + + + + + ${branch_or_tag} + + + false + + + + true + false + + 1 + false + + + + pipelines/provision/secor/Jenkinsfile + false + + + false + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsSpark/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsSpark/config.xml index 57bd92f051..c06daa321b 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsSpark/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/AnalyticsSpark/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,20 +18,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-196494527011530 1 true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-196494532752488 1 true - + true @@ -80,7 +80,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -91,12 +91,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -105,7 +105,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Druid/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Druid/config.xml index 878ca87518..d6d4f0765c 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Druid/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Druid/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,20 +18,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-17293806938633213 1 true - + true @@ -51,13 +52,13 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + service <font color=green size=2><b>Choose the services to deploy. Multi-selection is available.</b></font> choice-parameter-160652271515504 1 'router'] true - + true - + true @@ -123,7 +123,7 @@ return """<b>This parameter is not used</b>""" - + 0 0 @@ -134,12 +134,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -154,7 +154,7 @@ return """<b>This parameter is not used</b>""" true false - 0 + 1 false diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/InfluxDB/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/InfluxDB/config.xml index 5d80acc27f..b16309bfa1 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/InfluxDB/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/InfluxDB/config.xml @@ -58,7 +58,7 @@ return """<b>This parameter is not used</b>"&quo true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-196496948791638 1 true - + true @@ -80,13 +80,12 @@ return """<b>This parameter is not used</b>""" remote - processing-cluster-kafka false - + 0 0 @@ -97,12 +96,12 @@ return """<b>This parameter is not used</b>""" - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -111,7 +110,7 @@ return """<b>This parameter is not used</b>""" false - + true diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/KafkaIndexer/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/KafkaIndexer/config.xml index 3779c3d616..59aa0763f7 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/KafkaIndexer/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/KafkaIndexer/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>""" 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml index 24b356730a..31d3f7665f 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/MLWorkbench/config.xml @@ -32,7 +32,7 @@ 2 - https://github.com/project-sunbird/sunbird-devops.git + https://github.com/KB-iGOT/sunbird-devops.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Postgres/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Postgres/config.xml index bd434ffa8f..06e144f6bf 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Postgres/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Postgres/config.xml @@ -58,7 +58,7 @@ return """<b>This parameter is not used</b>"&quo 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Redis/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Redis/config.xml index 89c0c57e9d..e3ea83b8ea 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Redis/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/Redis/config.xml @@ -1,6 +1,6 @@ - + - + hudson.model.ParametersDefinitionProperty com.sonyericsson.rebuild.RebuildSettings @@ -18,20 +18,21 @@ 2 - - + + false + + false false - + private_branch - choice-parameter-196505638775314 1 true - + true @@ -51,22 +52,21 @@ return """<b>This parameter is not used</b>""" ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-196505642335779 1 true - + true @@ -91,7 +91,7 @@ Adopter can use the tag single_redis_process. - + 0 0 @@ -105,12 +105,12 @@ Adopter can use the tag single_redis_process. - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline.git @@ -125,7 +125,7 @@ Adopter can use the tag single_redis_process. true false - 0 + 1 false @@ -135,4 +135,4 @@ Adopter can use the tag single_redis_process. false - + \ No newline at end of file diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/RedisCluster/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/RedisCluster/config.xml index 57c4381462..320fbdbe52 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/RedisCluster/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/DataPipeline/jobs/RedisCluster/config.xml @@ -60,7 +60,7 @@ return """<b>This parameter is not used</b>"&quo +return """<b>This parameter is not used</b>""" true - - + + true Zookeeper Provision/dev/DataPipeline/Zookeeper - + ET_FORMATTED_HTML true - + branch_or_tag - choice-parameter-196500913815161 1 +return """<b>This parameter is not used</b>""" true - - + + true Zookeeper Provision/dev/DataPipeline/Zookeeper - + ET_FORMATTED_HTML true remote - processing-cluster-zookeepers false - + 0 0 false project false - + + - - + + 2 - https://github.com/project-sunbird/sunbird-data-pipeline.git + https://github.com/KB-iGOT/sunbird-data-pipeline @@ -110,12 +107,12 @@ return """<b>This parameter is not used</b>"&quo false - + true false - + 0 false diff --git a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml index d1cb8a281d..0984bf52df 100644 --- a/deploy/jenkins/jobs/Provision/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml +++ b/deploy/jenkins/jobs/Provision/jobs/dev/jobs/KnowledgePlatform/jobs/Learning/config.xml @@ -59,7 +59,7 @@ return """<b>This parameter is not used</b>"&quo