{% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %}

UNICORE instance: {{ unicore_rest_core_url }}

{% if unicore_has_login %}

HELIPORT can automatically pick up your UNICORE jobs. To associate a UNICORE job with {% if unicore_job_tag_project %} this {% else %} a {% endif %} HELIPORT project, add the tag {% if unicore_job_tag_project %} {{ unicore_job_tag_project }} {% else %} {{ unicore_job_tag_prefix }}-ID {% endif %} to your job description's Tags list. {% if not unicore_job_tag_project %} ID has to be replaced with your HELIPORT project ID which you can find in the URL of your project's page. {% endif %} Start a test job.

If you want UNICORE to notify HELIPORT about changes of your job's status (running, completed, failed, ...), set the Notification field of the job description to {{ unicore_callback_url }}. (Please note: Currently, no action is performed when HELIPORT receives this notification.)

More infos on UNICORE job descriptions can be found in the UNICORE Wiki.

{% else %}

Please add your UNICORE login as a "username and password" login with the name "UNICORE".

{% endif %}

{% if unicore_authentication_failed %}
Could not authenticate with UNICORE server. Please enter the correct credentials for your "UNICORE" login here.
{% endif %}