added more ls
This commit is contained in:
parent
1774f8b3d2
commit
bf57094670
1 changed files with 3 additions and 2 deletions
5
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
5
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -37,8 +37,9 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
pwd
|
pwd
|
||||||
python --version
|
ls -l
|
||||||
ls -l lvm-premerge-checks/scripts/phabtalk
|
ls -l ..
|
||||||
|
ls -l lvm-premerge-checks
|
||||||
lvm-premerge-checks/scripts/phabtalk/apply_patch.py
|
lvm-premerge-checks/scripts/phabtalk/apply_patch.py
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue