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

Does this scope work?

parent a120444c
Pipeline #4 canceled with stages
pipeline { pipeline {
def customImage
agent { agent {
node { node {
label 'docker' label 'docker'
...@@ -18,8 +19,6 @@ pipeline { ...@@ -18,8 +19,6 @@ pipeline {
cron('@weekly') cron('@weekly')
} }
stages { stages {
def customImage
stage('Clone repository') { stage('Clone repository') {
checkout scm 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