def echoStr = """
****************************************************************************
Git branch: ${env.GIT_BRANCH}, Run tests: ${env.RUN_TESTS}, Deploy to sandbox: ${env.DEPLOY_TO_SANDBOX}
****************************************************************************
"""
println echoStr
****************************************************************************
Git branch: null, Run tests: null, Deploy to sandbox: null
****************************************************************************