From: Robin Wittler Date: Wed, 3 Aug 2011 11:40:08 +0000 (+0200) Subject: add startup log message X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=fc931069978da523a596ab6dade310d0759e3cdc;p=profitbricks%2Fjenkins-build-scripts.git add startup log message --- diff --git a/testgit_build.py b/testgit_build.py index 8f60f15..c13ac5c 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -111,6 +111,13 @@ def exit_error(): sys.exit(1) if __name__ == '__main__': + logger.debug( + 'Initialised with that items: %s' + ', '.join( + lambda x: '%s => %s' %(x[0], x[1]), + os.environ.iteritems() + ) + ) if git_helper.git_clone_remote_repository(GIT_REPO_PATH, GIT_TARGET_DIR): logger.info('git clone was successfull') else: