jenkinsfile: debug

This commit is contained in:
Emmanuel Cazenave 2018-03-14 18:59:44 +01:00
parent 416c0e39be
commit fd36a74f14
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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