generated from gCubeCI/Pipeline-Docker-Template
parent
aaec6c1ad4
commit
aa376f8164
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
|
||||||
options {
|
options {
|
||||||
ansiColor('xterm')
|
ansiColor('xterm')
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,13 @@ pipeline {
|
||||||
defaultValue: 'CI',
|
defaultValue: 'CI',
|
||||||
description: 'Run on all nodes matching the label')
|
description: 'Run on all nodes matching the label')
|
||||||
}
|
}
|
||||||
|
agent
|
||||||
|
{
|
||||||
|
node
|
||||||
|
{
|
||||||
|
label "${exec_label}"
|
||||||
|
}
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout git project') {
|
stage('Checkout git project') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in New Issue