aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-09 23:33:39 -0700
committerGravatar Tom Willemse2020-10-09 23:33:39 -0700
commitf0a6ee309ae805adfd3986833835b14c31b0934e (patch)
treeac8732f95eb8333918c81d8701cebf39b9aee17c /Jenkinsfile
parent90954793240bfc2de3294f72f93737dfbac0a5b9 (diff)
downloadnew-ryuslash.org-f0a6ee309ae805adfd3986833835b14c31b0934e.tar.gz
new-ryuslash.org-f0a6ee309ae805adfd3986833835b14c31b0934e.zip
Use any agent
Perhaps it needs to run everything on an agent for stash/unstash to work?
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 86307c2..5b0d02a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,5 +1,5 @@
pipeline {
- agent none
+ agent any
options {
preserveStashes()