git://wamblee.org
/
pipelinelib
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial revision.
[pipelinelib]
/
vars
/
echotest.groovy
1
2
3
def call(String name) {
4
echo "Hello, ${name}"
5
}
6
7