added steps
This commit is contained in:
parent
b2fa5e3d58
commit
ac61475fe2
1 changed files with 3 additions and 1 deletions
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -24,7 +24,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("build info"){
|
stage("build info"){
|
||||||
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
|
steps {
|
||||||
|
echo 'Building diff ${DIFF_ID} with PHID ${PHID}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage("git checkout"){
|
stage("git checkout"){
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue