Skip to content

Instantly share code, notes, and snippets.

@orjan
Created November 16, 2020 06:15
Show Gist options
  • Save orjan/cc30553f6e408cd9e816b62a2ee8c317 to your computer and use it in GitHub Desktop.
Save orjan/cc30553f6e408cd9e816b62a2ee8c317 to your computer and use it in GitHub Desktop.
Jenkins jinja
Hello
{% if discard.builds is defined %}
discard: "{{ discard.builds }}"
artifacts: "{{ discard.artifacts | default(discard.builds) }}"
{% endif %}
By
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment