echo 'Ho'

This commit is contained in:
Emmanuel Cazenave 2018-03-14 17:41:24 +01:00
parent 17c784aeca
commit 2b4108cd26
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -6,6 +6,7 @@ pipeline {
steps{
sh """
echo "Hey"
echo "Ho"
"""
}
}