Updated jenkins file
This commit is contained in:
Vendored
+5
-1
@@ -2,6 +2,11 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage ('X') {
|
||||
steps {
|
||||
echo "Hello World"
|
||||
}
|
||||
}
|
||||
stage ('building') {
|
||||
stages {
|
||||
stage ('x86') {
|
||||
@@ -31,7 +36,6 @@ pipeline {
|
||||
sh 'git submodule update --merge'
|
||||
sh './attach_modules.sh'
|
||||
sh 'cd libraries; ./build.sh'
|
||||
|
||||
}
|
||||
}
|
||||
stage ('Build TeaSpeak') {
|
||||
|
||||
Reference in New Issue
Block a user