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 @@
pipeline {
agent {
kubernetes {
label 'buildenv-agent'
label 'buildenv-agent-geoip'
yaml '''
apiVersion: v1
kind: Pod
Loading