diff --git a/Jenkinsfile b/Jenkinsfile index 1cdc52994..8745c2ff4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ node(getLabel()) { } catch (NoSuchMethodError e) { } - installPlugins('master', env.YARN_WORKSPACE_REPO) + installPlugins(env.YARN_WORKSPACE_REPO) dir('workspace') { dir('opensphere') { @@ -37,7 +37,7 @@ node(getLabel()) { } try { - installConfigs('master', 'opensphere') + installConfigs('opensphere') } catch (NoSuchMethodError e) { } }