Skip to content

Commit

Permalink
fix(Jenkins): remove unneeded argument
Browse files Browse the repository at this point in the history
THIN-13390
  • Loading branch information
rothmike committed Apr 29, 2019
1 parent da9a19a commit 6501517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ node(getLabel()) {
} catch (NoSuchMethodError e) {
}

installPlugins('master', env.YARN_WORKSPACE_REPO)
installPlugins(env.YARN_WORKSPACE_REPO)

dir('workspace') {
dir('opensphere') {
Expand All @@ -37,7 +37,7 @@ node(getLabel()) {
}

try {
installConfigs('master', 'opensphere')
installConfigs('opensphere')
} catch (NoSuchMethodError e) {
}
}
Expand Down

0 comments on commit 6501517

Please sign in to comment.