jenkinsfile: debug

This commit is contained in:
Emmanuel Cazenave 2018-03-14 18:55:43 +01:00
parent d892864467
commit cd47a88113
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 "aaaa"
"""
}
}