Test Jenkins agent
testing/og-dhcp-API/pipeline/head Something is wrong with the build of this commit Details

testing
Nicolas Arenas 2024-09-30 14:16:19 +02:00
parent 114a1de095
commit 31c0976e42
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
pipeline {
agent any
agent {
node {
label 'jenkins-esxi-slave'
}
}
stages {
stage('Build') {
steps {