fix: 7 - Updating Jenkinsfile
Some checks failed
Zakaria/ZenProject/pipeline/head There was a failure building this commit
Zenful/ZenProject/pipeline/head There was a failure building this commit

This commit is contained in:
Sami 2024-09-29 01:00:40 -04:00
parent a92c917c97
commit bc25347655

4
Jenkinsfile vendored
View File

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