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
DARIAH-DE
DARIAH-DE Common
Commits
c5225df3
Commit
c5225df3
authored
Sep 14, 2017
by
Stefan Funk
Browse files
mc
parent
b8031f02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
c5225df3
...
...
@@ -8,6 +8,6 @@ node {
stage
(
'Build'
)
{
// We only do need all JARs here!
sh
"
cd service &&
'${mvnHome}/bin/mvn' -U clean verify deploy"
sh
"'${mvnHome}/bin/mvn' -U clean verify deploy"
}
}
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