Added an echo
This commit is contained in:
Родитель
250f962778
Коммит
4eea995018
|
@ -96,6 +96,7 @@ def createNativeBuilder(platform, host, label) {
|
|||
withEnv(customEnv[host] + ["NODE_LABEL=${label}"]) {
|
||||
ws("${getWSRoot()}/native-${platform}") {
|
||||
try {
|
||||
cmd("echo Executing ${githubContext}...")
|
||||
|
||||
checkout scm
|
||||
cmd("git submodule update --init --recursive")
|
||||
|
|
Загрузка…
Ссылка в новой задаче