Skip to content

Instantly share code, notes, and snippets.

@artem-hatchenko
Created February 6, 2023 18:15
Show Gist options
  • Save artem-hatchenko/7f4f1fef992b50a1ebf2ddc65fd2500e to your computer and use it in GitHub Desktop.
Save artem-hatchenko/7f4f1fef992b50a1ebf2ddc65fd2500e to your computer and use it in GitHub Desktop.
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