Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
kcpu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cb682f53
authored
Oct 03, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
1 parent
a6c14ddc
Pipeline
#215
passed
in 1 minute 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
cb682f5
...
...
@@ -17,6 +17,9 @@ compile:
stage
:
compile
script
:
-
mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test package install deploy
artifacts
:
paths
:
-
target/*.jar
only
:
-
master
...
...
@@ -50,5 +53,8 @@ release:
-
mvn versions:commit
-
find * -name pom.xml -exec git add {} \;
-
mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile package install deploy
artifacts
:
paths
:
-
target/*.jar
only
:
-
/([.0-9]+)-RELEASE/
Write
Preview
Markdown
is supported
Attach a file
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 post a comment