II
def foo(bar) {...}
node('mylabel') {
echo foo(123)
}
Size: a a a
II
def foo(bar) {...}
node('mylabel') {
echo foo(123)
}
Н
Н
Y
z
Y
Y
Y
z
Y
DK
this.node('node') {
this.stage("some stage") {
this.sh('printenv')
this.sh('echo tst ${GIT_BRANCH}')
this.sh("echo 222 ${env.GIT_BRANCH}")
}
}
z
this.node('node') {
this.stage("some stage") {
this.sh('printenv')
this.sh('echo tst ${GIT_BRANCH}')
this.sh("echo 222 ${env.GIT_BRANCH}")
}
}
DK
VS
DK
DK
VS
DK
DK