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