mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: Docker: add build options when assembling container
This commit is contained in:
parent
78683d43ed
commit
925cf87950
@ -26,6 +26,12 @@ pipeline {
|
||||
environment {
|
||||
GIT_BRANCH_NAME = getGitBranchName()
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
timeout(time: 240, unit: 'MINUTES')
|
||||
timestamps()
|
||||
buildDiscarder(logRotator(numToKeepStr: '20'))
|
||||
}
|
||||
stages {
|
||||
stage('Build containers') {
|
||||
when {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user