Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSCore
Merge requests
!26
Renovate-updates deployed to prod
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Renovate-updates deployed to prod
main
into
release
Overview
0
Commits
48
Pipelines
2
Changes
6
Merged
Tor-Einar Skog
requested to merge
main
into
release
1 year ago
Overview
0
Commits
48
Pipelines
2
Changes
6
Expand
This reverts merge request
!21 (merged)
0
0
Merge request reports
Compare
release
release (base)
and
latest version
latest version
18d43a58
48 commits,
1 year ago
6 files
+
238
−
129
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
5
−
4
Options
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-2
5.0.1
.Final/bin"
CLI_PATH
:
"
/disks/data01/wildfly/wildfly-2
6.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 python
3
&& apt-get install -y rsync openssh-client
-
"
python
build_pom_with_models.py"
-
"
python
3
build_pom_with_models.py"
build
:
build
:
stage
:
build
stage
:
build
Loading