Updated jenkins file
This commit is contained in:
parent
d4ae603789
commit
fb5842d21c
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user