Skip to content

Commit

Permalink
remove fetchUrl Step
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenwillenbacher committed Feb 15, 2018
1 parent 2d51e0f commit 9663b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions vars/fetchUrl.groovy

This file was deleted.

5 changes: 3 additions & 2 deletions vars/mavenExecute.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def call(Map parameters = [:]) {
}

private downloadSettingsFromUrl(String url){
String settings = fetchUrl(url)
writeFile file: 'settings.xml', text: settings
def settings = httpRequest url
writeFile file: 'settings.xml', text: settings.getContent()

}

0 comments on commit 9663b33

Please sign in to comment.