1
0
Fork 0

added steps

This commit is contained in:
Christian Kühnel 2019-10-21 22:39:27 +02:00
parent b2fa5e3d58
commit ac61475fe2

View file

@ -24,8 +24,10 @@ pipeline {
} }
stages { stages {
stage("build info"){ stage("build info"){
steps {
echo 'Building diff ${DIFF_ID} with PHID ${PHID}' echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
} }
}
stage("git checkout"){ stage("git checkout"){
steps { steps {
git url: 'https://github.com/llvm/llvm-project.git' git url: 'https://github.com/llvm/llvm-project.git'