1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-02-07 14:18:35 +02:00
jenkins-lib/vars/printLocation.groovy

4 lines
57 B
Groovy
Raw Normal View History

def call() {
echo "Running on node $env.NODE_NAME"
}