jenkinsfile: debug

This commit is contained in:
Emmanuel Cazenave 2018-03-14 17:55:08 +01:00
parent 8f47f92e55
commit 71b1a41ab5
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -10,8 +10,6 @@ pipeline {
sh """
echo "Hey"
echo "Ho"
pwd
ls -la
"""
}
}