Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ build-job: # This job runs in the build stage, which runs first. - top -b -n 1 -e m - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - mvn clean install - mvn clean install -Djava-21 - echo "Compile complete." artifacts: expire_in: 2 days Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ build-job: # This job runs in the build stage, which runs first. - top -b -n 1 -e m - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - mvn clean install - mvn clean install -Djava-21 - echo "Compile complete." artifacts: expire_in: 2 days Loading