
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
screwdriver-executor-j5s
Advanced tools
This executor plugin extends the executor-base-class, and provides methods to start jobs from Jenkins
npm install screwdriver-executor-j5s
The class provides a couple options that are configurable in the instantiation of this Executor
| Parameter | Type | Description |
|---|---|---|
| config | Object | Configuration Object |
| config.username | String | The username for Jenkins cluster |
| config.password | String | The password or token for Jenkins cluster |
| config.host | String | The hostname for the Jenkins cluster |
The start method takes advantage of the input validation defined in the executor-base-class.
The parameters required are:
| Parameter | Type | Description |
|---|---|---|
| config | Object | Configuration Object |
| config.buildId | String | The unique ID for a build |
| config.container | String | Container for the build to run in |
| config.apiUri | String | Screwdriver's API |
| config.token | String | JWT to act on behalf of the build |
| callback | Function | Callback fn(err) for when job has been created |
The start function will start a job in Jenkins with labels for easy lookup. These labels are:
The job runs two containers:
/opt/screwdriver/opt/screwdriver/launch with the required parametersThe callback is called with:
callback(err) when an error occurs starting the jobcallback(null) when a job is correctly startedThe parameters required are:
| Parameter | Type | Description |
|---|---|---|
| config | Object | Configuration Object |
| config.buildId | String | The unique ID for a build to be stopped |
| callback | Function | Callback fn(err) for when the build has been stopped |
The stop function will stop last build of the job with the buildId tag in jenkins.
The callback is called with:
callback(err) when an error occurs stopping the jobcallback(null) when a job is correctly stoppednpm test
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
FAQs
Jenkins Executor plugin for Screwdriver
We found that screwdriver-executor-j5s demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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 scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies