We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be8418 commit 8f9e8f1Copy full SHA for 8f9e8f1
.tekton/openjdk-redis-6gb.yaml
@@ -15,13 +15,18 @@ spec:
15
params:
16
- name: JDK_IMAGE
17
description: Reference of the image buildah will produce.
18
- default: registry.redhat.io/ubi9/openjdk-21:1.18
+ default: registry.redhat.io/ubi9/openjdk-21:1.22
19
- name: REDIS_IMAGE
20
description: The location of the buildah builder image.
21
default: docker.io/redis/redis-stack:7.2.0-v7
22
- name: SCRIPT
23
description: The script to execute in the jdk image
24
default: |
25
+ echo "Java version:"
26
+ java -version
27
+ echo "Maven version:"
28
+ mvn --version
29
+ echo "Running mvn verify..."
30
mvn -B verify
31
workspaces:
32
- name: source
0 commit comments