temp: Set BUILD_BASE=true for first build
All checks were successful
armco-org/visual-search-engine/pipeline/head This commit was not built

This commit is contained in:
2026-01-03 14:45:54 +05:30
parent 583059f12a
commit 5d3116d989

2
Jenkinsfile vendored
View File

@@ -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)')
])
])