Use any agent
Perhaps it needs to run everything on an agent for stash/unstash to work?
This commit is contained in:
parent
9095479324
commit
f0a6ee309a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent any
|
||||||
|
|
||||||
options {
|
options {
|
||||||
preserveStashes()
|
preserveStashes()
|
||||||
|
|
Loading…
Reference in a new issue