Skip to content

A Jenkins Docker image with Docker and Node.js native installation. Based on the official Jenkins.

License

Notifications You must be signed in to change notification settings

Eventfully/bluemix-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

A Jenkins Docker image with Docker and Node.js native installation. Based on the official Jenkins.

Running a container on bluemix in a scalable container group

See the cf-create-group.sh script

Jenkins

Plugins

No additional plugins are installed, that you have to do yourself. For npm and Docker the following plugins are needed:

NVM

The image comes with nvm installed in /usr/local/nvm

Node.js

Nvm can be used to install different versions of Node.js

Currently it is 0.12.7 in /usr/local/nvm/versions/node/v0.12.7 Add this as a NodeJS installation in Manage Jenkins. In your jobs you can then check the "Provide Node & npm bin/ folder to PATH" if you want to use npm in a shell script build step.

About

A Jenkins Docker image with Docker and Node.js native installation. Based on the official Jenkins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages