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