#11:Build Java Project using Gradle in GitLab CI CD | GitLab CI to Build Java Project using Gradle

Published: 25 September 2021
on channel: DevOps Hint
8,285
56

In this video we are going to cover Build Java Project using Gradle in GitLab CI CD | GitLab CI to Build Java Project using Gradle
#javausinggradle #gitlabcicd #gitlabtutorial
0:00 Install Gradle on GitLab Runner
05:00 GitLab CI to Build Java Project using Gradle



Please find below gitlab-ci.yml to Build Java Project using Gradle
stages:
build

build-java-project:
stage: build
script:
gradle build
artifacts:
paths:
/home/gitlab-runner/

Complete GitLab CI CD Pipeline Tutorial for Beginners
https://www.fosstechnix.com/gitlab-ci...

Complete GitLab CI CD Pipeline Tutorial for Beginners
https://www.fosstechnix.com/gitlab-ci...


On this page of the site you can watch the video online #11:Build Java Project using Gradle in GitLab CI CD | GitLab CI to Build Java Project using Gradle with a duration of hours minute second in good quality, which was uploaded by the user DevOps Hint 25 September 2021, share the link with friends and acquaintances, this video has already been watched 8,285 times on youtube and it was liked by 56 viewers. Enjoy your viewing!