mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fix: Update agent specification
This commit is contained in:
parent
c60e92f549
commit
1f03b55899
1 changed files with 8 additions and 1 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -1,5 +1,12 @@
|
|||
pipeline {
|
||||
agent { node { label 'ubuntu'; } }
|
||||
agent {
|
||||
kubernetes {
|
||||
inheritFrom 'ubuntu-builder'
|
||||
defaultContainer 'ubuntu'
|
||||
retries 1
|
||||
activeDeadlineSeconds 10800
|
||||
}
|
||||
}
|
||||
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '5'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue