Skip to content
Snippets Groups Projects

Renovate-updates deployed to prod

Merged Tor-Einar Skog requested to merge main into release
6 files
+ 238
129
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 5
4
image: openjdk:11-jdk
image: eclipse-temurin:17.0.9_9-jdk-jammy
stages:
stages:
- build
- build
- test
- test
@@ -15,7 +15,7 @@ variables:
@@ -15,7 +15,7 @@ variables:
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository -Dmaven.artifact.threads=10"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository -Dmaven.artifact.threads=10"
MAIN_BRANCH: "main"
MAIN_BRANCH: "main"
RELEASE_BRANCH: "release"
RELEASE_BRANCH: "release"
CLI_PATH: "/disks/data01/wildfly/wildfly-25.0.1.Final/bin"
CLI_PATH: "/disks/data01/wildfly/wildfly-26.1.3.Final/bin"
TMP_PATH: "/home/deployer/gitlab_tmp"
TMP_PATH: "/home/deployer/gitlab_tmp"
DEPLOYMENT_PATH: "/home/wildfly/deployments"
DEPLOYMENT_PATH: "/home/wildfly/deployments"
ARCHIVE_PATH: "/home/wildfly/archive"
ARCHIVE_PATH: "/home/wildfly/archive"
@@ -25,6 +25,7 @@ cache:
@@ -25,6 +25,7 @@ cache:
- .m2/repository/
- .m2/repository/
before_script:
before_script:
 
- apt-get update && apt-get install -y git
- git config --global user.name "${GITLAB_USER_NAME}"
- git config --global user.name "${GITLAB_USER_NAME}"
- git config --global user.email "${GITLAB_USER_EMAIL}"
- git config --global user.email "${GITLAB_USER_EMAIL}"
- echo "Get common settings"
- echo "Get common settings"
@@ -33,8 +34,8 @@ before_script:
@@ -33,8 +34,8 @@ before_script:
- cp $SETTINGS_XML ../$SETTINGS_XML
- cp $SETTINGS_XML ../$SETTINGS_XML
- cd ..
- cd ..
- rm -rf $COMMON_CONFIG_LOCAL
- rm -rf $COMMON_CONFIG_LOCAL
- apt-get update -y && apt-get install -y python && apt-get install -y rsync openssh-client
- apt-get update -y && apt-get install -y python3 && apt-get install -y rsync openssh-client
- "python build_pom_with_models.py"
- "python3 build_pom_with_models.py"
build:
build:
stage: build
stage: build
Loading