updated jenkins file

This commit is contained in:
WolverinDEV
2018-08-09 00:35:11 +02:00
parent 6a61139ac6
commit 17e79cb01e
8 changed files with 12 additions and 7 deletions
Vendored
+5
View File
@@ -19,5 +19,10 @@ pipeline {
sh './build_teaspeak.sh'
}
}
stage ('Deploy') {
steps {
sh 'cd TeaSpeak/server/repro/; ./build.sh linux/amd64'
}
}
}
}