Update Jenkinsfile to change agent label from 'Built-In Node' to 'master', aligning with current infrastructure standards.

This commit is contained in:
2026-03-31 18:39:35 -05:00
parent 7caed1b875
commit bb2d27865b

2
Jenkinsfile vendored
View File

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