Updated jenkins file
This commit is contained in:
parent
a55770af7d
commit
a30fbc66a0
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,11 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage ('building') {
|
||||
steps {
|
||||
echo "Hello World"
|
||||
}
|
||||
stages {
|
||||
parallel {
|
||||
stage ('x86') {
|
||||
agent {
|
||||
label 'linux && x84 && teaspeak'
|
||||
@ -93,4 +89,3 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user