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
e7b03893
authored
2022-08-09 16:06:53 -0300
by
Israel Amaral
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update helloWorld.groovy
1 parent
fe3d8aff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
vars/helloWorld.groovy
vars/helloWorld.groovy
View file @
e7b0389
1
def
call
()
{
1
def
call
(
String
name
,
String
dayOfWeek
)
{
2
sh
"echo
hello world
"
2
sh
"echo
Ola ${name}. Hoje e ${dayOfWeek}.
"
3
}
3
}
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment