Created
February 6, 2023 18:15
-
-
Save artem-hatchenko/7f4f1fef992b50a1ebf2ddc65fd2500e to your computer and use it in GitHub Desktop.
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
options { // Default build options | |
lock label: "tf-ci", variable: "LOCKED_NODE", quantity: 1 | |
buildDiscarder(logRotator(numToKeepStr: '10')) | |
timeout(time: 240, unit:'MINUTES') | |
timestamps() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment