diff --git a/Jenkinsfile b/Jenkinsfile index e343b59..522cd2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,5 @@ node { - stage('Prep') { - git "https://github.com/zchunk/zchunk.git" - } + checkout scm stage('Build') { parallel fedora: {