Update Jenkinsfile:
Build the deb package on linux-build agent
This commit is contained in:
parent
9b0dacc35f
commit
e24326a360
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage("BuildPackage") {
|
||||
agent { label "ubuntu-16.04" }
|
||||
agent { label "linux-build" }
|
||||
steps {
|
||||
runScript()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user