Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pantaloon-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pantaloon-cli

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

pantaloon-cli

Generates job configuration for Jenkins.

Installation

Install it from command line like:

$ gem install pantaloon-cli

Usage

pantaloon-cli [OPTIONS] [CONFIG] SUBCOMMAND [ARG] ...

Utils to generate and update Jenkins project config.

Parameters:
    [CONFIG]                      pantaloon.yml file
    SUBCOMMAND                    subcommand
    [ARG] ...                     subcommand arguments

Subcommands:
    dry-run                       Generate config and dump to command line.
    apply                         Update configuration in server.

Options:
    -h, --help                    print help

Config file should look something like this:

name: pantaloon-cli
description: "Build for the pantaloon-cli gem"
url: https://github.com/kunday/pantaloon-cli
repositories:
  cp-domain:
    url: https://github.com/kunday/pantaloon-cli.git
    workdir: pantaloon-cli
    crendentials_id: 1
  cp-styles:
    url: https://github.com/kunday/test-repo.git
    workdir: test-repo
    crendentials_id: 2
steps:
  - initialise:
    - dockerise:
        command: make pull && make
    - publish:
        command: make push
    - test:
      - specs:
        command: bundle exec rake spec

Contributing

  1. Fork it ( https://github.com/kunday/pantaloon-cli/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 21 Dec 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc