aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 5b0d02a..4d31891 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,9 +1,5 @@
pipeline {
- agent any
-
- options {
- preserveStashes()
- }
+ agent none
stages {
stage('Build') {