image: maven:3.6.2-jdk-8 build: stage: build script:
- echo $JAVA_HOME
- mvn package artifacts: paths:
- target/saref-pipeline.jar
only: - master