Commit 09dd56bd authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Class name console string literal added

parent d3c46a24
...@@ -12,6 +12,6 @@ def call(body) { ...@@ -12,6 +12,6 @@ def call(body) {
if (env.param1 == 'One default') { if (env.param1 == 'One default') {
echo "Param1 is default" echo "Param1 is default"
} }
println "Class: $this.class.name" println "Class: ${this.class.name}"
return this return this
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment