1
0
Fork 0

fixed brackets

This commit is contained in:
Christian Kühnel 2019-10-17 17:45:58 +02:00
parent e042eb8b2e
commit e6eb7bb18a

View file

@ -21,7 +21,6 @@ pipeline {
stages {
stage("git checkout"){
git url: 'https://github.com/llvm/llvm-project.git'
)
// https://github.com/google/llvm-premerge-checks.git
}
stage('Build') {