fix: 7 - Updating Jenkinsfile
This commit is contained in:
parent
a92c917c97
commit
bc25347655
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label "agent_locke"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user