New builds

This commit is contained in:
retropikzel 2026-07-22 22:10:05 +03:00
parent 6399043fa3
commit bde366aee3
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
label 'agent1'
}
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))