Updated jenkins file
This commit is contained in:
parent
62ccb3b6fd
commit
a653f22fdb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,6 +2,7 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage ('building') {
|
||||||
parallel linux_amd64: {
|
parallel linux_amd64: {
|
||||||
agent {
|
agent {
|
||||||
label 'linux && amd64 && teaspeak'
|
label 'linux && amd64 && teaspeak'
|
||||||
@ -86,4 +87,5 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user