{ "executor": "@angular-devkit/build-angular:dev-server", "options": { "buildTarget": "poc:build" }, "configurations": { "production": { "buildTarget": "poc:build:production" }, "en": { "buildTarget": "poc:build:en" }, "fi": { "buildTarget": "poc:build:fi" }, "sv": ...
File "/home/souvik/utorapp/lib/python3.5/site-packages/js2py/host/jseval.py", line 42, in Eval executor(py_code) File "/home/souvik/utorapp/lib/python3.5/site-packages/js2py/host/jseval.py", line 49, in executor exec(code, globals()) File "<string>", line 2, in <module> F...
+poolexec(): same as 'exec()', but this one uses theThreadPoolExecutorso the App can run a cmd without blocking the main thread, when the output is ready, it sent via a callback with the exit status +download(): this one is for downloading whatever resources the API or the admin ...
script that cypress attempts to run regardless of whether it's CI or not and in our jenkins pipeline it will fail as these are being built on docker images. Our options then are either to disable all scripts which could be detrimental with other dependencies, or to remove Cypress completely...