fix: 16
Some checks failed
jenkins/ZenProject/pipeline/head There was a failure building this commit

This commit is contained in:
dadgam3er 2024-09-30 22:50:46 -04:00
parent 3c07bb12d6
commit 9777fa5e9a

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label "agent_locke"
}
stages {
stage('Build') {
steps {