We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6089f96 commit c66264eCopy full SHA for c66264e
tools/jenkins/Jenkinsfile-fast
@@ -45,7 +45,7 @@ node("slave") {
45
cmd('git config --local core.longpaths true', isUnix);
46
47
// env.LOGOS_CONFIG="logger.rootLogger=DEBUG"; // включение отладки продукта //env.RUNNER_ENV="debug";
48
- env.LOGOS_LEVEL="DEBUG";
+ // env.LOGOS_LEVEL="DEBUG";
49
50
cmd('git submodule update --init', isUnix)
51
0 commit comments