jenkinsfile: debug

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

2
Jenkinsfile vendored
View File

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