ci: set explicit external_pool agent label for Jenkins pipeline

This commit is contained in:
2026-03-17 02:01:34 +01:00
parent c9382973c8
commit df001dc8ae

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
pipeline { pipeline {
agent any agent { label 'external_pool' }
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()
skipDefaultCheckout(true) skipDefaultCheckout(true)