Skip to content

Commit

Permalink
Merge pull request ngageoint#747 in WV/opensphere from ~ROTHM/opensph…
Browse files Browse the repository at this point in the history
…ere:THIN-13390b to master

* commit '6501517e2f11ccd9a5f9273e3db01c7ddbe0b2aa':
  fix(Jenkins): remove unneeded argument THIN-13390
  • Loading branch information
rothmike committed Apr 29, 2019
2 parents da9a19a + 6501517 commit 5c52f20
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 5c52f20

Please sign in to comment.