ci: refs#6706 Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2024-02-06 10:38:11 +01:00
parent ee122430e2
commit f8155539c6
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -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 {