Skip to content

Commit

Permalink
testing groovy file script
Browse files Browse the repository at this point in the history
  • Loading branch information
dvogt committed Dec 25, 2023
1 parent 27f78c4 commit cebb20d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vars/test.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@



def call() {
echo "Hello, Me."
}

// stage("Test") {
// println("this is the test stage")
// def call() {
// echo "Hello, Me."
// }

stage("Test") {
println("this is the test stage")
}

0 comments on commit cebb20d

Please sign in to comment.