Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.26 KB

Readme.md

File metadata and controls

47 lines (29 loc) · 2.26 KB

Jenkins Builds for Alfred

Alfred Jenkins CI Scala Steward badge

Browse and search for jenkins builds right from Alfred.

Install

  • Download the Jenkins.alfredworkflow of the latest release
  • Double-click the downloaded file to launch Alfred and install the workflow.

MacOS Catalina

If you are running catalina, you need to allow unsigned binaries to be run for this workflow to work. Follow this guide to allow the alfred-jenkins binary to be run on your system.

Usage

  • jenkins-login — Authenticate with a Jenkins server

    • jenkins-login <url> <username> <password> e.g. jenkins-login https://jenkins.com/ eli-jordan password123
    • When logging in, you will be prompted to allow access to the keychain. Alfred jenkins saves the Jenkins password in the current users keychain. Select "Always Allow" to avoid being prompted every time a request is made to Jenkins.
  • jenkins-browse — Browse all Jenkins jobs on the configured server.

    • drill into the job to see its children, or build history
    • ⌘ ↩ open the current item in the browser
  • jenkins-search — Search all Jenkins jobs that are not folders

    • drill into the job to see its children, or build history
    • ⌘ ↩ open the current item in the browser

Compatibility

  • This worklfow has been tested on MacOS 10.15.5 and Alfred 4. If you have problems when using different version please open an issue