diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-15 17:39:46 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-15 17:39:46 +0100 |
commit | c70171856e4a1d2e3036cba3ce9dff85912c7237 (patch) | |
tree | 0489ffc94d04f0503208aa9730643cf2c13c1895 | |
parent | 5d8e0f98ebf188d0d274be736a4147bef1421986 (diff) | |
download | jenkinsfiles-c70171856e4a1d2e3036cba3ce9dff85912c7237.tar.gz |
fix git url #2
-rw-r--r-- | jenkinsfile.kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsfile.kernel b/jenkinsfile.kernel index ab52a14..66b5cb6 100644 --- a/jenkinsfile.kernel +++ b/jenkinsfile.kernel @@ -26,7 +26,7 @@ pipeline { ] ], userRemoteConfigs: [ - [ url: 'git://spunk.home.kraxel.org/linux-stable.git' ] + [ url: 'git://spunk.home.kraxel.org/linux-stable' ] ]]) } } |