ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
8d3927041a
commit
2b166d213f
@ -457,7 +457,7 @@ def generateComponentStages(component, configurations) {
|
|||||||
{stage("${component.name} :: Argo Application Version Updating") {
|
{stage("${component.name} :: Argo Application Version Updating") {
|
||||||
script {
|
script {
|
||||||
if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) {
|
if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) {
|
||||||
def argoApplicationVersionUpdater = new ArgoApplicationVersionUpdater(this)
|
def argoApplicationVersionUpdater = new ArgoApplicationVersionUpdater(this, configurations)
|
||||||
argoApplicationVersionUpdater.update(configurations.environmentSlug, component)
|
argoApplicationVersionUpdater.update(configurations.environmentSlug, component)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user