Skip to content

Latest commit

 

History

History

bob-jobs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Bob Jobs (v1.0) - Jenkins

This workflow will just query available jobs w/ your user and open/build the selected project.

info | download

Installation

  1. Download the bobjobs.alfredworkflow
  2. Install it through Alfred
  3. Edit Run Script and set your credentials
$JENKINS_PROTOCOL = "YOU JENKINS PROTOCOL (eg. https://)";
$JENKINS_USER = "YOUR JENKINS USER";
$JENKINS_TOKEN = "YOUR JENKINS TOKEN";
$JENKINS_URL = "YOUR JENKINS URL (without protocol)";