I am getting error “Javascript | Heap out of memory” exeption when running our build in jenkins. We had similar issue in local and by setting node –max-old-space-size=8192 we have solved the issue. How do we get rid of the same on the server side? Answer If you are using Package.json file th…
Tag: jenkins
“style-src ‘self’ https://maxcdn.bootstrapcdn.com/bootstrap/”. Either the ‘unsafe-inline’ keyword, a hash
I have a webpage hosted on jenkins server. I saw that in the latest jenkins update there was So I have read this fantastic post on how to bypass this restriction I have added this <meta> to my page but i keep on getting console errors: Refused to apply inline style because it violates the following Cont…
Jenkins error – Blocked script execution in . because the document’s frame is sandboxed and the ‘allow-scripts’ permission is not set
I’m aware that if we use a iFrame in HTML we’ve to sandbox it & add the ‘allow-scripts’ permission to be true. But my problem is I don’t have a iFrame at all in my pure Angular JS application. When I run it on my local machine it works fine. The moment I deploy it to my serve…