Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:40:02 +02:00
parent d4ae603789
commit fb5842d21c

6
Jenkinsfile vendored
View File

@ -2,6 +2,11 @@ pipeline {
agent any agent any
stages { stages {
stage ('X') {
steps {
echo "Hello World"
}
}
stage ('building') { stage ('building') {
stages { stages {
stage ('x86') { stage ('x86') {
@ -31,7 +36,6 @@ pipeline {
sh 'git submodule update --merge' sh 'git submodule update --merge'
sh './attach_modules.sh' sh './attach_modules.sh'
sh 'cd libraries; ./build.sh' sh 'cd libraries; ./build.sh'
} }
} }
stage ('Build TeaSpeak') { stage ('Build TeaSpeak') {