Video
Build stage: Building a Java application with Gitlab CI

The next step is to build the Java project, but this time using GitLab. We will do the following:

- define new pipeline file: .gitlab-ci.yml and add it to Git

- add build stage & job

- publish artifact

Skills that you will get in this material