Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
big-data
ohsome
helpers
oshdb database driver
Commits
066cff95
Verified
Commit
066cff95
authored
Feb 16, 2021
by
Johannes Visintini
Browse files
Jenkinsfile minor fix
parent
a4f213cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
066cff95
...
...
@@ -16,10 +16,10 @@ pipeline {
script
{
env
.
MAVEN_HOME
=
'/usr/share/maven'
author
=
sh
(
returnStdout:
true
,
script:
'git show -s --pretty=%an'
)
author
=
sh
(
returnStdout:
true
,
script:
'git show -s --pretty=%an'
)
.
trim
()
echo
author
commiti
=
sh
(
returnStdout:
true
,
script:
'git log -1'
)
commiti
=
sh
(
returnStdout:
true
,
script:
'git log -1'
)
.
trim
()
echo
commiti
reponame
=
sh
(
returnStdout:
true
,
script:
'basename `git remote get-url origin` .git'
).
trim
()
...
...
Write
Preview
Supports
Markdown
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