1
0
Fork 0

added comma

This commit is contained in:
Christian Kühnel 2020-01-16 17:13:19 +01:00
parent 887263ba59
commit f9a15e0cb3

View file

@ -25,7 +25,7 @@ pipeline {
stages { stages {
stage("git checkout"){ stage("git checkout"){
steps { steps {
git url: 'https://github.com/llvm/llvm-project.git' branch: 'release/10.x' git url: 'https://github.com/llvm/llvm-project.git', branch: 'release/10.x'
sh 'git clean -fdx' sh 'git clean -fdx'
dir("llvm-premerge-checks") dir("llvm-premerge-checks")
{ {