Autodevops :: Production :: Job failed : exit code 1

Hi all, I have a trouble using gitlab autodevops.

I have a repository with a simple docker file. This docker contains the keycloak configuration.

FROM jboss/keycloak:latest
ENV KEYCLOAK_USER=“admin”
ENV KEYCLOAK_PASSWORD=“"
ENV DB_VENDOR=“mariadb”
ENV DB_ADDR="

ENV DB_PORT=“3300”
ENV DB_DATABASE=“keycloak”
ENV DB_USER=“root”
ENV DB_PASSWORD="***"
ENV PROXY_ADDRESS_FORWARDING=true
EXPOSE 8080

When i executed the pipeline, autodevops build run without problem, but during the test stage or prodution i get error : “ERROR: Job failed: exit code 1”.


Im using rancher cluster connected to gitlab.

Anyone can help me?

Thanks