Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

atomist-attic/jenkins-rugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomist 'jenkins-rugs'

Build Status

A set of Rugs that that integrate with Jenkins.

Read more about automating software development at Automating Our Development Flow With Atomist. Detailed documentation is available in the Atomist Documentation.

Support

General support questions should be discussed in the #support channel on our community Slack team at atomist-community.slack.com.

If you find a problem, please create an issue.

Contributing

If you are interested in contributing to the Atomist open source projects, please see our contributing guidelines and our code of conduct.

Developing

You can build, test, and install the project locally with the Rug CLI.

$ rug test
$ rug install

To clean up cached files and update TypeScript dependencies, run this command.

$ ( cd .atomist && find editors generators handlers tests -name '*.js' -print0 | xargs -0 rm; rm -rf node_modules; yarn && rug clean )

To create a new release of the project, simply push a tag of the form M.N.P where M, N, and P are integers that form the next appropriate semantic version for release. For example:

$ git tag -a 1.2.3

The Travis CI build (see badge at the top of this page) will upload the needed artifacts.


Created by Atomist. Need Help? Join our Slack team.