Skip to content

pybuche/Jenkins-Alfred-Workflow

 
 

Repository files navigation

Jenkins-Alfred-Workflow travis ci

An Alfred workflow to lookup jobs on a Jenkins server

Usage

  • Firstly set the url of the Jenkins server using jenkins_url
  • Use jenkins to show a list of jobs, which can be filtered further using a query
  • Use fail or jenkinsfail to show a list of jobs that are currently failing, this can be fitlered further
  • Use building to show a list of jobs that are currently building, this can be fitlered further

Building

There are a few requirements related to testing needed. I'd recommend creating a virtualenv and using pip to install the requirements from requirements.txt

Running paver will run all the unit tests, and show the coverage reports for the workflow

Installing

Added this directory to the Alfred workflows directory will install the workflow

Updating Alfred-Workflow plugin

The workflow is built using Alfred-Workflow. Using the recommended pip install the dependency can be updated using the command pip install --target=./ Alfred-Workflow==1.11.0 from the root of the project

About

Fork from Amwam/Jenkins-Alfred-Workflow adding build duration and heading straight to building jobs' console

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%