temp: Set BUILD_BASE=true for first build
All checks were successful
armco-org/visual-search-engine/pipeline/head This commit was not built
All checks were successful
armco-org/visual-search-engine/pipeline/head This commit was not built
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -5,7 +5,7 @@
|
||||
|
||||
properties([
|
||||
parameters([
|
||||
booleanParam(name: 'BUILD_BASE', defaultValue: false,
|
||||
booleanParam(name: 'BUILD_BASE', defaultValue: true, // TEMP: set back to false after base image built
|
||||
description: 'Build base image with TensorFlow (only needed when requirements.txt changes)')
|
||||
])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user