Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer authored Apr 26, 2024
1 parent 879152b commit 1feede1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ If you want to use it without Jenkins Docker Plugin create a container using:

# Additional usage for GitLab CI

This image can be used within [GitLab CI](https://docs.gitlab.com/ce/ci/docker/using_docker_build.html) providing OpenJDK 8 and node environment.
This image can be used within [GitLab CI](https://docs.gitlab.com/ce/ci/docker/using_docker_build.html) providing OpenJDK 17 and node environment.

This example `.gitlab-ci.yml`-file describes a simple gradle based build:

build:
image: pcvolkmer/jenkins-slave-nodejs:18
image: pcvolkmer/jenkins-slave-nodejs:21
script:
- ./gradlew build
...
Expand Down

0 comments on commit 1feede1

Please sign in to comment.