updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 00:24:33 +02:00
parent d1bd700bae
commit 4948732e23

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
}
stage ('Build TeaSpeak') {
steps {
sh 'build_teaspeak.sh'
sh './build_teaspeak.sh'
}
}
}