Updated jenkins file
This commit is contained in:
parent
accbe10224
commit
d4ae603789
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -1,9 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
//stages {
|
stages {
|
||||||
// stage ('building') {
|
stage ('building') {
|
||||||
parallel {
|
stages {
|
||||||
stage ('x86') {
|
stage ('x86') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux && x84 && teaspeak'
|
label 'linux && x84 && teaspeak'
|
||||||
@ -84,12 +84,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage ('Deploy') {
|
stage ('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/amd64'
|
sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/x84'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// }
|
}
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user