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
9e085564
Commit
9e085564
authored
May 27, 2022
by
Yuri Blankenstein
Browse files
#18
New files/directories requires explicit git add
parent
f0ae8b54
Pipeline
#4423
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
9e085564
...
...
@@ -183,7 +183,9 @@ pipeline {
git config user.email "trace4cps-bot@eclipse.org"
git config user.name "genie.trace4cps"
git config push.default simple # Required to silence Git push warning.
git diff-index --quiet HEAD || git commit -q -a -m "Website release ${RELEASE_VERSION}." -m "Generated from commit ${GIT_COMMIT}" || git push
git add -A
git diff-index --quiet HEAD || git commit -q -m "Website release ${RELEASE_VERSION}." -m "Generated from commit ${GIT_COMMIT}"
git push
'''
}
}
...
...
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