1
0
Fork 0

added checkout

This commit is contained in:
Christian Kühnel 2019-10-17 17:43:46 +02:00
parent 3c705c4218
commit e042eb8b2e

View file

@ -14,8 +14,16 @@
pipeline {
agent any
parameters {
string(name: 'DIFF_ID')
string(name: 'PHID')
}
stages {
stage("git checkout"){
git url: 'https://github.com/llvm/llvm-project.git'
)
// https://github.com/google/llvm-premerge-checks.git
}
stage('Build') {
steps {
echo 'Building..'