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

digkins

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digkins

AeroGear Digger node.js client

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

AeroGear Digger Node.js client

Build Status License

AeroGear digger node.js command line client. Create Jenkins job and build your application using Jenkinsfile located in your source code.

Project Info

Project Info
License:Apache License, Version 2.0
Build:Node
Documentation:https://github.com/aerogear/digger-jenkins
Issue tracker:https://issues.jboss.org/browse/AGDIGGER
Mailing lists:aerogear-users (subscribe)
aerogear-dev (subscribe)
IRC:#aerogear channel in the freenode network.

Installation

Install command line tool

npm install -g digkins

Sample use case

Login to Jenkins. Your credentials will be stored in configuration.

digkins login http://myjenkins.com

Create job that would use your repository as source code

digkins job create my-job https://github.com/android/project master

Trigger build

digkins job build my-androip-build

Supported commands

  Trigger build for Jenkins job
  digkins job build <jobname>                

  Create jenkins job for git repository with Jenkinsfile
  digkins job create <name> [repository] [branch]  

  Setup jenkins credentials and login into jenkins 
  digkins login <url> [user] [password] 

  Stream jenkins logs for triggered build
  digkins log <job> <buildNumber>       
  
  Get job artifacts for specified build
  digkins artifact <job> <buildNumber>   

  Generate bash completion script
  digkins completion                     

Development

  1. Install node.js
  2. Checkout repository
  3. Link library to use directly from source code

npm link .

Keywords

FAQs

Package last updated on 16 Dec 2016

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