Skip to content

Commit

Permalink
Отключил отладку логов скриптов onescript
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Jan 28, 2018
1 parent 047ffec commit fd1604f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ builds.each{
//cleanWs();
checkout scm
// unstash "buildResults"
// cmd "set LOGOS_LEVEL=DEBUG"
cmd "opm update -all"
cmd "opm list"
cmd "set"
cmd "set LOGOS_LEVEL=DEBUG\nopm run init"
cmd "opm run init"
// cmd "set LOGOS_LEVEL=DEBUG\nopm run init"
cmd "oscript ./tools/onescript/CloseAll1CProcess.os"
cmd "oscript ./tools/onescript/build-service-conf.os "+buildSerivceConf[it];
try{
Expand Down

0 comments on commit fd1604f

Please sign in to comment.