mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
Jenkinsfile: Update to new Jenkins terminology
The Jenkins master is now known as the controller and the agent it provides is called "built-in". Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
ddf5a848d8
commit
b347e192d3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline{
|
||||
agent none
|
||||
stages {
|
||||
stage ('Early checks') {
|
||||
agent { node { label 'master' } }
|
||||
agent { node { label 'built-in' } }
|
||||
stages {
|
||||
stage ('Check for RFC/WIP builds') {
|
||||
when {
|
||||
|
Loading…
x
Reference in New Issue
Block a user