Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
issenn committed Apr 23, 2019
1 parent 485bbb1 commit aea5c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vars/withHomebrew.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import io.issenn.jenkins.utils.utils

def call(String method=null, Closure body={}) {
def call(Map parameters = [:], String method=null, Closure body) {
String metarunner = 'brew'

println("Setting up Homebrew!")
Expand Down
4 changes: 2 additions & 2 deletions vars/withRbenv.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import io.issenn.jenkins.utils.utils


def call(Map parameters = [:], String version = '2.5.1', String method = null, Closure body) {
def call(Map parameters = [:], String version = '2.6.3', String method = null, Closure body) {

// String version = parameters.get('version', '2.5.1')
// String version = parameters.get('version', '2.6.3')
// String method = parameters.get('method', 'keep')

String metarunner = 'rbenv'
Expand Down

0 comments on commit aea5c7b

Please sign in to comment.