projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c2389
)
Update checkout to be generic
author
Jonathan Dieter
<jdieter@gmail.com>
Wed, 14 Nov 2018 22:50:06 +0000
(22:50 +0000)
committer
Jonathan Dieter
<jdieter@gmail.com>
Wed, 14 Nov 2018 22:50:06 +0000
(22:50 +0000)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index e343b5954b6062a17367497995757a2baf35870a..522cd2cddc7591bcab9d32be64303b4053095fe4 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-1,7
+1,5
@@
node {
- stage('Prep') {
- git "https://github.com/zchunk/zchunk.git"
- }
+ checkout scm
stage('Build') {
parallel fedora: {