Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Israel Amaral
/
sharedLibraries
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fe3d8aff274e4f36578cc2b710bf9affc4c7e631
Switch branch/tag
sharedLibraries
vars
helloWorld.groovy
Add new file
· fe3d8aff
Israel Amaral
committed
2022-08-09 15:54:23 -0300
fe3d8aff
Browse Files
helloWorld.groovy
40 Bytes
Raw
Blame
History
Permalink
1
2
3
def
call
()
{
sh
"echo hello world"
}