Added missed 'checkout'

This commit is contained in:
JKuijperM 2026-01-16 23:11:06 +01:00
parent f0e90a6b03
commit 41dc0466e0

View File

@ -9,7 +9,7 @@ pipeline{
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
scm checkout scm
} }
} }