Skip to content
Snippets Groups Projects
Commit b04ca0c8 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Update Jenkinsfile build agent to improve build stability

Reuse of label for buildenv-agent means that the pod may be shared
across different builds, which leads to errors in the build at times. To
improve this, each project should have it's own unique label
parent 9e16dda2
No related branches found
No related tags found
1 merge request!45Update Jenkinsfile build agent to improve build stability
......@@ -3,7 +3,7 @@
pipeline {
agent {
kubernetes {
label 'buildenv-agent'
label 'buildenv-agent-geoip'
yaml '''
apiVersion: v1
kind: Pod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment