Skip to content
Snippets Groups Projects

Resolve "Update the maven image that is used in building pipelines"

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
.maven_build:
extends: .default
stage: build
image: maven:3.9.5-ibm-semeru-17-focal
image: maven:3.9.9-ibm-semeru-17-focal
script:
- mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION
artifacts:
Loading