Search the Community
Showing results for tags 'jenkins'.
-
This is a jenkins workflow I created that I hope helps others. I have seen other workflows that just gather status but I wanted to run jobs as well...I hope someone can use it! Let me know your feedback! First thing that needs to be done is to setup the information needed to run the workflow. To do this run the following command: jenkinsinfo This will allow you to set the following values: hostname (required): The hostname of the jenkins server (ex. jenkins.mydomain.com) username (required): The username used to login to the jenkins server password (required): The password used to
-
A workflow built to help interact with jenkins, in particular if you have lots of jobs Using the workflow you can easily see which jobs are currently failing, building and filter through them via fuzzy queries. The same can be done through all jobs. The workflow will be available on Packal shortly, and the source code can be viewed (and modified) at: https://github.com/Amwam/Jenkins-Alfred-Workflow/ You can download the workflow from the github release: https://github.com/Amwam/Jenkins-Alfred-Workflow/releases
-
Hi all, I've created a workflow for interacting with a Jenkins CI instance. Currently it only supports fetching the status of the builds but I'm planning on expanding this to getting the health of the builds, starting builds and some other neat features. You can download it from here, or you can check out the GitHub repository here. When you've installed it in Alfred, be sure to set the correct URL to your Jenkins CI instance via: Alfred > Preferences > Workflows > Jenkins > Script Filter And then entering the correct URL in the "Script" box. Be sure to let me kno