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 {
|
||||
agent any
|
||||
agent {
|
||||
node {
|
||||
label 'jenkins-esxi-slave'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in New Issue