An Alfred workflow to lookup jobs on a Jenkins server
- 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
orjenkinsfail
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
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
Added this directory to the Alfred workflows directory will install the workflow
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