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