How to restart Jenkins manually | restart Jenkins
To restart Jenkins we have various way. Few are with url and few with the help of plugin. Let see all possible ways to restart jenkins. 1. Using url <jenkins_url>/safeRestart -…
To restart Jenkins we have various way. Few are with url and few with the help of plugin. Let see all possible ways to restart jenkins. 1. Using url <jenkins_url>/safeRestart -…
When I started working with JavaScript language, I faced issues many times related to "this" while making ajax call. In this case, the bind method helps me a lot. This…
In the various scenario, we need to calculate the number of months or number of weeks or number of years, etc. between two dates. We can calculate it using various methods of Dates given in JavaScript.
Optional Chaining is a new Operator in JavaScript, which might be not supported by the old version of the browser. Most of the latest versions of the browser support this…
I faced this issue 'Unable to create pristine install stream' while updating the my svn repository. The error was : Unable to create pristine install stream Unable to create pristine…
Many times we need to merge two arrays to perform some tasks. JavaScript provides various ways to perform this task. #1. concat() This method merge two array but does not…
Error: Failed: error writing data for collection XYZ.abc to disk: error reading collection: Failed to parse: { find: "ProductMmsg", skip: 0, snapshot: true, $readPreference: { mode: "secondaryPreferred" }, $db: "XYZ"…
In this post, I will not tell how to install the plugins via normal way like installing using Jenkins install plugin menu under manage Jenkins. In this, I will tell…