Skip to content
Snippets Groups Projects
template.twig 291 B
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
    {% for line in loopoptions|default([]) %}
    
    [job-exec "{{  line.name }}"]
    no-overlap = true
    schedule = {{ line.schedule }}
    container = {{ projectname }}-php-1
    command =  {{ line.command }}{% if line.ping_url %} && curl -fsS --retry 5 -o /dev/null {{ line.ping_url }}{% endif %}
    
    
    
    jurgenhaas's avatar
    jurgenhaas committed
    {% endfor %}