Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lyudmila Huzenko
Search Guard Suite Enterprise
Commits
2af00f31
Commit
2af00f31
authored
Apr 14, 2020
by
Lyudmila Huzenko
Browse files
Fix artifact path
parent
381cea26
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2af00f31
...
...
@@ -28,8 +28,8 @@ build_and_deploy:
-
cd ../sg-suite; mvn -Drevision=b-$CI_COMMIT_REF_NAME-SNAPSHOT -DskipTests -s settings.xml clean install ; cd ../sg-suite-enterprise
-
mvn -Drevision=b-$CI_COMMIT_REF_NAME-SNAPSHOT -s settings.xml clean verify
#run tests
#saving unittests reports in different folder before removing them on next step
-
cp -r /builds/private/sg-suite/sgbuild0/sg-suite
/signals
/target/surefire-reports /builds/private/sg-suite
/sgbuild0
/ ||
true
-
mvn -Drevision=b-$CI_COMMIT_REF_NAME-SNAPSHOT -DskipTests -s settings.xml clean deploy
#deploy snapshot
-
cp -r /builds/private/sg-suite
-enterprise
/sgbuild0/sg-suite
-enterprise/dlic-security
/target/surefire-reports
/
/builds/private/sg-suite
-enterprise/sgbuild0/dlic-security
/ ||
true
-
cp -r /builds/private/sg-suite-enterprise/sgbuild0/sg-suite-enterprise/dlic-signals/target/surefire-reports/ /builds/private/sg-suite-enterprise/sgbuild0/dlic-signals/ ||
true
- mvn -Drevision=b-$CI_COMMIT_REF_NAME-SNAPSHOT -DskipTests -s settings.xml clean deploy
#deploy snapshot
#- missing: veracode, coverage, srcclr, sonar, scan_veracode.sh
#saving unittests reports
...
...
@@ -37,7 +37,8 @@ build_and_deploy:
when
:
always
paths
:
-
sgbuild0/surefire-reports/
-
sgbuild0/sg-suite/signals/target/surefire-reports
-
sgbuild0/dlic-security/
-
sgbuild0/dlic-signals/
#only used in merge request so far, so it makes not much sense to upload them
#artifacts:
# reports:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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