Skip to content
Snippets Groups Projects
Commit d155273b 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 d4661430
No related branches found
No related tags found
1 merge request!24Update Jenkinsfile build agent to improve build stability
Pipeline #42370 passed
......@@ -3,7 +3,7 @@
pipeline {
agent {
kubernetes {
label 'buildenv-agent'
label 'buildenv-agent-openvsx'
yaml '''
apiVersion: v1
kind: Pod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment