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
8d2e4c4c
Commit
8d2e4c4c
authored
Oct 13, 2021
by
Tigran Mkrtchyan
☕
Browse files
dcache-cta: add new pipeline
parent
bd537ea3
Changes
1
Show whitespace changes
Inline
Side-by-side
dcache-cta-build.yaml
0 → 100644
View file @
8d2e4c4c
variables
:
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true"
REPO_NAME
:
nfs4j
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"
paths
:
-
"
**/target/dcache-cta*.tar.gz"
\ No newline at end of file
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