This is an automated email from the ASF dual-hosted git repository. omartushevskyi pushed a commit to branch DLAB-573-dev in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit afa9711863b974fecd27dc0187f1767e60b9389d Author: Oleh Martushevskyi <[email protected]> AuthorDate: Wed Mar 27 12:56:17 2019 +0200 [DLAB-573]: added needed parameters --- .../azure/jenkins_jobs/dataengine_reconfigure_spark/template.json | 1 + .../azure/jenkins_jobs/notebook_reconfigure_spark/template.json | 1 + 2 files changed, 2 insertions(+) diff --git a/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/dataengine_reconfigure_spark/template.json b/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/dataengine_reconfigure_spark/template.json index 52b2651..14c892e 100644 --- a/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/dataengine_reconfigure_spark/template.json +++ b/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/dataengine_reconfigure_spark/template.json @@ -3,6 +3,7 @@ "request_id": "RID", "edge_user_name": "EUN", "computational_id": "CNAM", + "azure_user_refresh_token":"AURT", "application": "APP", "notebook_instance_name":"NNM", "spark_configurations": SPC diff --git a/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/notebook_reconfigure_spark/template.json b/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/notebook_reconfigure_spark/template.json index 8bf5bef..ec57949 100644 --- a/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/notebook_reconfigure_spark/template.json +++ b/infrastructure-provisioning/src/general/templates/azure/jenkins_jobs/notebook_reconfigure_spark/template.json @@ -3,6 +3,7 @@ "request_id": "RID", "edge_user_name": "NUN", "notebook_instance_name": "NIN", + "azure_user_refresh_token":"AURT", "additional_libs": "ADL", "application": "APP", "spark_configurations": SPC --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
