Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
dataeggs
Eclipse DataEggs
Commits
2913f618
Commit
2913f618
authored
Oct 06, 2022
by
Boris Baldassari
Browse files
Fix Jenkinsfile useless var blocking build.
parent
eb409cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
2913f618
pipeline
{
agent
any
environment
{
RSYNC_PASSWD
=
credentials
(
'rsync_passwd'
)
}
options
{
buildDiscarder
(
logRotator
(
numToKeepStr:
'10'
,
artifactNumToKeepStr:
'5'
))
}
...
...
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