Update Jenkinsfile to specify 'Built-In Node' as the agent label, enhancing clarity in the pipeline configuration.

This commit is contained in:
2026-03-31 18:28:57 -05:00
parent 943c248750
commit 7caed1b875

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline {
agent {
label 'any'
label 'Built-In Node'
}
options {