Skip to content
Snippets Groups Projects

Update Jenkinsfile build agent to improve build stability

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
pipeline {
pipeline {
agent {
agent {
kubernetes {
kubernetes {
label 'buildenv-agent'
label 'buildenv-agent-downloads'
yaml '''
yaml '''
apiVersion: v1
apiVersion: v1
kind: Pod
kind: Pod
Loading