mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-02-07 14:18:35 +02:00
4 lines
61 B
Groovy
4 lines
61 B
Groovy
|
def location() {
|
||
|
echo "Running on node $env.NODE_NAME"
|
||
|
}
|