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,7 +24,9 @@ pipeline {
}
stages {
stage("build info"){
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
steps {
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
}
}
stage("git checkout"){
steps {