Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Fixed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed May 25, 2020
1 parent 7d41c03 commit e615b1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipeline {
pipeline {
agent any
stages {
stage('Dependencies') {
Expand All @@ -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 {
Expand Down

0 comments on commit e615b1c

Please sign in to comment.