temp: Hardcode buildBase=true to force base image creation
All checks were successful
armco-org/visual-search-engine/pipeline/head This commit looks good
All checks were successful
armco-org/visual-search-engine/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ properties([
|
||||
])
|
||||
])
|
||||
|
||||
def buildBase = params.BUILD_BASE ?: false
|
||||
def buildBase = true // TEMP: hardcoded to build base image first time
|
||||
|
||||
def builds = []
|
||||
if (buildBase) {
|
||||
|
||||
Reference in New Issue
Block a user