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 {
stage("build info"){
steps {
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
}
}
stage("git checkout"){
steps {
git url: 'https://github.com/llvm/llvm-project.git'