Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse TRACE4CPS
trace4cps
Commits
a5bb165c
Commit
a5bb165c
authored
May 27, 2022
by
Yuri Blankenstein
Browse files
#18
Cleanup
parent
9e085564
Pipeline
#4424
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
a5bb165c
...
...
@@ -155,14 +155,12 @@ pipeline {
}
stage
(
'Deploy Website'
)
{
/*
when
{
anyOf
{
branch
'develop'
tag
pattern:
"v\\d+\\.\\d+.*"
,
comparator:
"REGEXP"
}
}
*/
environment
{
WEBSITE_GIT_URL
=
"ssh://genie.trace4cps@git.eclipse.org:29418/www.eclipse.org/trace4cps.git"
RELEASE_VERSION
=
getReleaseVersionFromTag
(
env
.
TAG_NAME
)
...
...
Write
Preview
Markdown
is supported
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