ci: refs#6706 Jenkinsfile fixes
This commit is contained in:
parent
ee122430e2
commit
f8155539c6
|
@ -34,6 +34,9 @@ node {
|
|||
// Uncomment to enable debugging
|
||||
// https://loopback.io/doc/en/lb3/Setting-debug-strings.html#debug-strings-reference
|
||||
//env.DEBUG = 'strong-remoting:shared-method'
|
||||
|
||||
echo "Node: ${NODE_NAME}"
|
||||
echo "Workspace: ${WORKSPACE}"
|
||||
}
|
||||
}
|
||||
pipeline {
|
||||
|
|
Loading…
Reference in New Issue