jenkinsfile: debug

This commit is contained in:
Emmanuel Cazenave 2018-03-14 18:20:50 +01:00
parent 62e32abe78
commit f3913a2f33
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ pipeline {
echo "Hey"
echo "Ho"
echo "Hi"
echo "env.BRANCH_NAME"
"""
}
}