Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ build-job: # This job runs in the build stage, which runs first. - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - mvn clean install -Djava-21 - mvn package -Djava-21 -pl de.ugoe.cs.swe.T3Q - echo "Compile complete." artifacts: expire_in: 2 days Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ build-job: # This job runs in the build stage, which runs first. - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - mvn clean install -Djava-21 - mvn package -Djava-21 -pl de.ugoe.cs.swe.T3Q - echo "Compile complete." artifacts: expire_in: 2 days Loading