This commit is contained in:
parent
95d15e026a
commit
a5067d2406
1 changed files with 2 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -1,6 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
|
label 'main'
|
||||||
customWorkspace '/var/www/ellpeck'
|
customWorkspace '/var/www/ellpeck'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue