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
TextGridLab
TextGrid Laboratory
Commits
2982c1c9
Verified
Commit
2982c1c9
authored
Nov 23, 2022
by
Ubbo Veentjer
Browse files
also deploy v3-develop branch to nexus
parent
6a987a41
Changes
5
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
2982c1c9
...
...
@@ -10,7 +10,7 @@ node {
stage
(
'deploy'
)
{
//if (env.BRANCH_NAME == 'develop' || env.BRANCH_NAME.startsWith('release/')) {
if
(
env
.
BRANCH_NAME
==
'develop'
)
{
if
(
env
.
BRANCH_NAME
==
'develop'
||
env
.
BRANCH_NAME
==
'v3-develop'
)
{
echo
"deploying to nexus - branch is ${env.BRANCH_NAME}"
sh
"${mvnHome}/bin/mvn -f ./parent/pom.xml -U clean verify deploy"
}
else
{
...
...
base
@
e1d87924
Compare
5ccfcb0a
...
e1d87924
Subproject commit
5ccfcb0a3a7f8af5b7a1238fb6844c14d7b8d69d
Subproject commit
e1d87924d04814fc2fba8abafde806e8054067f5
core
@
4f4bcd9f
Compare
f62db1d8
...
4f4bcd9f
Subproject commit
f62db1d81f83be4d68f7eab168922f95e0879acd
Subproject commit
4f4bcd9f0e71c2bc5717fc8a134e92159b330620
help
@
35ff277e
Compare
0138235a
...
35ff277e
Subproject commit
0138235a25d168f4483a1c0e9922af2b3e2baa61
Subproject commit
35ff277ef9f9902a56e656317dc9d1ea99264c8b
linkeditor
@
0c0af043
Compare
738d1eaa
...
0c0af043
Subproject commit
738d1eaa71b5ed20f6a8f98fc40d22aef243e903
Subproject commit
0c0af043cbc6f9da915da9d84f95cc92569ec200
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