Test Jenkins agent
testing/og-dhcp-API/pipeline/head Something is wrong with the build of this commit
Details
testing/og-dhcp-API/pipeline/head Something is wrong with the build of this commit
Details
parent
114a1de095
commit
31c0976e42
|
@ -1,5 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
node {
|
||||||
|
label 'jenkins-esxi-slave'
|
||||||
|
}
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in New Issue