Skip to content

Commit

Permalink
Updated maven 11 release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jrx-sjg committed Jul 19, 2023
1 parent 75052f5 commit 2bd0b23
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tasks/maven-java11/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ spec:
secretKeyRef:
key: username
name: tekton-git
image: ghcr.io/jenkins-x/jx-release-version:2.6.6
image: ghcr.io/jenkins-x/jx-release-version:2.6.10
name: next-version
resources: {}
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-release-version:2.6.6
- image: ghcr.io/jenkins-x/jx-release-version:2.6.10
name: next-version-uat
script: |
#!/usr/bin/env sh
jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
-Dsonar.projectVersion=$VERSION \
-Dsonar.host.url=$SONAR_URL \
-Dsonar.login=$SONAR_TOKEN
- image: ghcr.io/jenkins-x/jx-registry:0.1.8
- image: ghcr.io/jenkins-x/jx-registry:0.1.10
name: check-registry
resources: {}
- image: sonarsource/sonar-scanner-cli:4.8.0
Expand All @@ -131,7 +131,7 @@ spec:
-Dsonar.sources=. \
-Dsonar.projectVersion=$VERSION \
-Dsonar.host.url=$SONAR_URL
- image: gcr.io/kaniko-project/executor:v1.6.0-debug
- image: gcr.io/kaniko-project/executor:v1.9.1-debug
name: build-container-build
resources: {}
script: |
Expand All @@ -147,7 +147,7 @@ spec:
--dockerfile=${DOCKERFILE_PATH:-Dockerfile} \
--destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \
--destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog-uat
resources: {}
script: |
Expand All @@ -159,7 +159,7 @@ spec:
jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml
jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml;
else echo no charts; fi
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog
resources: {}
script: |
Expand All @@ -186,7 +186,7 @@ spec:
#!/bin/ash
if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME
helm-docs; else echo no charts; fi
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-helm-release
resources: {}
script: |
Expand All @@ -204,7 +204,7 @@ spec:
secretKeyRef:
key: username
name: tekton-git
image: ghcr.io/jenkins-x-plugins/jx-promote:0.6.2
image: ghcr.io/jenkins-x-plugins/jx-promote:0.6.5
name: promote-jx-promote
resources: {}
script: |
Expand Down

0 comments on commit 2bd0b23

Please sign in to comment.