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

download-jenkins-logs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

download-jenkins-logs

A CLI to download all logs from a Jenkins server for offline analysis

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Jenkins Log Downloader

Sometimes you want to analyze all of the logs in your Jenkins server with your favorite Linux CLI text seraching tools. Here is a CLI for downloading Jenkins logs for all builds in a server into a directory for easy analysis.

Running the downloader

To run the downlaoder, just tell it how to access your Jenkins server and where to put the logs:

 $ download-jenkins-logs -u $JENKINS_USERNAME -p $JENKINS_PASSWORD -U $JENKINS_URL -t jenkins-logs 

Alternatively, the Jenkins connection information can be pulled from environment variables:

  $ export JENKINS_USERNAME=<your-username>
  $ export JENKINS_PASSWORD=<your-password>
  $ export JENKINS_URL=https://<your-jenkins-server>.com
  $ download-jenkins-logs

When the -t option is missing, it will default the jenkins-logs directory.

How to install

Assuming you have node installed, you can install this tool with:

$ npm install -g download-jenkins-logs

FAQs

Package last updated on 28 Nov 2017

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