Commit ff090ba2 authored by João Lino's avatar João Lino

Does this scope work?

parent a120444c
Pipeline #4 canceled with stages
pipeline {
def customImage
agent {
node {
label 'docker'
......@@ -18,8 +19,6 @@ pipeline {
cron('@weekly')
}
stages {
def customImage
stage('Clone repository') {
checkout scm
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment