Commit 19d3a77a by luiz.nunes

Update .gitlab-ci.yml

parent 3f526c46
Pipeline #33453 failed with stages
in 10 seconds
image: registry.redhat.io/openshift4/ose-cli:v4.7.0-202207010816.p0.gc4ebc7a.assembly.stream
variables:
username: $usernameOpenshiftIntegration
password: $passwordOpenshiftIntegration
build-job:
image: openshift/mprj-java:latest
stage: build
script:
- mvn clean install -B -Duser.timezone=America/Sao_Paulo -Duser.language=pt -Duser.region=BR
test-job1:
image: registry.redhat.io/openshift4/ose-cli:v4.7.0-202207010816.p0.gc4ebc7a.assembly.stream
stage: test
script:
- echo "This job tests something"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment