Update 'Jenkinsfile'

set label parameter
master
Roberto Cirillo 1 year ago
parent af7526c35f
commit 3f243cad87

9
Jenkinsfile vendored

@ -5,7 +5,7 @@
pipeline {
agent any
options {
ansiColor('xterm')
}
@ -40,6 +40,13 @@ pipeline {
defaultValue: 'CI',
description: 'Run on all nodes matching the label')
}
agent
{
node
{
label "${exec_label}"
}
}
stages {
stage('Checkout git project') {
steps {

Loading…
Cancel
Save