From e615b1c1d9b206ab9167f009945d6363395835b8 Mon Sep 17 00:00:00 2001 From: Karl Essinger Date: Tue, 26 May 2020 01:30:30 +0200 Subject: [PATCH] Fixed tabs --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c5c737..dd3bbc9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -pipeline { +pipeline { agent any stages { stage('Dependencies') { @@ -18,10 +18,10 @@ } } stage('Package') { - steps { - sh 'mv VPNShield/bin/VPNShield.dll Plugin/' - sh 'mv VPNShield/bin/Newtonsoft.Json.dll Plugin/dependencies' - } + steps { + sh 'mv VPNShield/bin/VPNShield.dll Plugin/' + sh 'mv VPNShield/bin/Newtonsoft.Json.dll Plugin/dependencies' + } } stage('Archive') { steps {