Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
pipelines
Commits
140e5b1c
Commit
140e5b1c
authored
Dec 09, 2020
by
Tigran Mkrtchyan
☕
Browse files
add oncrpc4j build script
parent
a84e0402
Changes
1
Hide whitespace changes
Inline
Side-by-side
oncrpc4j-build.yaml
0 → 100644
View file @
140e5b1c
variables
:
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true"
REPO_NAME
:
oncrpc4j
image
:
maven:3.6.3-openjdk-11
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache
:
key
:
"
CI_JOB_NAME"
paths
:
-
.m2/repository
build
:
stage
:
build
script
:
-
mvn $MAVEN_CLI_OPTS clean package
artifacts
:
reports
:
junit
:
-
"
**/target/surefire-reports/TEST-*.xml"
-
"
**/target/failsafe-reports/TEST-*.xml"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment