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
|
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') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user