Skip to content
  • This project
    • Loading...
  • Sign in

Israel Amaral / sharedLibraries

Secretaria das cidades   h
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
Switch branch/tag
  • sharedLibraries
  • vars
  • helloWorld.groovy
  • Israel Amaral's avatar
    Update helloWorld.groovy · e7b03893
    Israel Amaral committed 2022-08-09 16:06:53 -0300
    e7b03893 Browse Files
helloWorld.groovy 91 Bytes
Raw Blame History Permalink
1 2 3
def call(String name, String dayOfWeek) {
    sh "echo Ola ${name}. Hoje e ${dayOfWeek}."
}