Skip to content

Commit

Permalink
Update checkout to be generic
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
  • Loading branch information
jdieter committed Nov 14, 2018
1 parent 89c2389 commit d88f601
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
@@ -1,7 +1,5 @@
node {
stage('Prep') {
git "https://github.com/zchunk/zchunk.git"
}
checkout scm
stage('Build') {
parallel fedora: {

Expand Down

0 comments on commit d88f601

Please sign in to comment.