Updated jenkins file
This commit is contained in:
Vendored
+6
-6
@@ -1,9 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
//stages {
|
||||
// stage ('building') {
|
||||
parallel {
|
||||
stages {
|
||||
stage ('building') {
|
||||
stages {
|
||||
stage ('x86') {
|
||||
agent {
|
||||
label 'linux && x84 && teaspeak'
|
||||
@@ -84,12 +84,12 @@ pipeline {
|
||||
}
|
||||
stage ('Deploy') {
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user