
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
jenkins-status-shaker
Advanced tools
A npm module that give you the global status for a list of Jenkins jobs or/and views
This awesome tool mix all status from a given list of Jenkins jobs and views and give you only one global state. More it will give you the global working status of your jobs which can be true or false depending if one or more jobs are currently building.
Install :
npm install jenkins-status-shaker
Example :
var JenkinsStatusShaker = require('jenkins-status-shaker');
var shaker = JenkinsStatusShaker.init('jenkins.mydomain.com', 'username', 'password'); // username and password are optional
shaker.setJobs(['job1', 'job2', 'job3']);
shaker.setViews(['view1', 'view2']);
shaker.onStatusReceived(function(status) {
// status look like { status: 'SUCCESS', working: true }
});
shaker.getStatus();
FAQs
A npm module that give you the global status for a list of Jenkins jobs or/and views
The npm package jenkins-status-shaker receives a total of 7 weekly downloads. As such, jenkins-status-shaker popularity was classified as not popular.
We found that jenkins-status-shaker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.