1
0
Fork 0

added missing "steps"

This commit is contained in:
Christian Kühnel 2019-10-17 17:47:16 +02:00
parent e6eb7bb18a
commit 5b4a99fa12

View file

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