index
:
jenkinsfiles
kernel
kubernetes
master
reposync
jenkinsfiles
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
org
/
kraxel
/
Libtest.groovy
blob: c4ed334973be3c0e91e011be0fd1875100c357e1 (
plain
)
1
2
3
4
5
6
7
package
org
.
kraxel
.
Testlib
def
LibHello
() {
sh
'echo Testlib hello'
}
return this
;