diff --git a/Jenkinsfile b/Jenkinsfile index 67e346f..e0f6249 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,9 @@ pipeline { stages { stage('Clone repository') { steps{ - checkout scm + container('jnlp') { + checkout scm + } } }