Use any agent

Perhaps it needs to run everything on an agent for stash/unstash to work?
This commit is contained in:
Tom Willemse 2020-10-09 23:33:39 -07:00
parent 9095479324
commit f0a6ee309a

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent none
agent any
options {
preserveStashes()