Created
November 16, 2020 06:15
-
-
Save orjan/cc30553f6e408cd9e816b62a2ee8c317 to your computer and use it in GitHub Desktop.
Jenkins jinja
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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