- 
      
- 
        Save jeremy-page/d6a5a5cfa1a99109c4c962a9f08aa8f9 to your computer and use it in GitHub Desktop. 
Revisions
- 
        lyuboraykov revised this gist Aug 8, 2014 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,4 @@ def config = new HashMap() def bindings = getBinding() config.putAll(bindings.getVariables()) out = config['out'] out.println "Printed do Jenkins console." 
- 
        lyuboraykov created this gist Aug 8, 2014 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ def out def config = new HashMap() def bindings = getBinding() config.putAll(bindings.getVariables()) out = config['out'] GitConfigurator.run(out) out.println "Printed do Jenkins console."