updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-08 21:55:36 +02:00
parent 668d42d759
commit 93f7719564

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
label 'linux && debian && teaspeak' label 'linux && debian && teaspeak'
} }
steps { stages {
stage ('Initialize libraries') { stage ('Initialize libraries') {
steps { steps {
sh 'apt-get update' sh 'apt-get update'