{% extends "base_generic.html" %} {% block content %}

Create New Pipeline

Create new pipeline from URL repository

{% csrf_token %}
URL repository
{% for error in form.project_name.errors %}

{{ error }}

{% endfor %}

Authentication Settings

If authentication is required, please provide username and password.

SSH Authentication

If SSH protocol is used, please provide private key.

{% endblock %}