Skip to content

Track your Bamboo build plans effortlessly! This Scriptable Widget, coded in JavaScript, provides at-a-glance status updates, ensuring you stay informed on the health and progress of your projects right from your device's home screen. Enhance your development workflow with the Bamboo Build Widget.

License

Notifications You must be signed in to change notification settings

Korysam15/bamboo-scriptable-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bamboo Scriptable Widget

Bamboo Widget Preview

Table of Contents

Introduction

Bamboo Scriptable Widget is a JavaScript-based widget for the Scriptable app that provides a convenient way to monitor the status of Bamboo build plans directly from either your iOS or macOS device's home screen.

Prerequisites

Before you begin, ensure you have the following prerequisites:

Installation

  1. Clone or download the repository:

    git clone https://github.com/Korysam15/bamboo-scriptable-widget.git
  2. Open the Scriptable app.

  3. Create a new script by tapping the "+" icon and paste the contents of bamboo-widget.js into the script editor.

  4. Save the script and exit the Scriptable app.

  5. Add a Scriptable widget to your iOS or macOS home screen.

  6. Edit the widget, and choose the "Bamboo Widget" script you just created.

  7. Resize the widget according to your preferences.

  8. Enjoy real-time Bamboo build plan status updates on your home screen!

Usage

The Bamboo Scriptable Widget will automatically fetch and display the status of your configured build plans. Tap the widget to open the Scriptable app for more details.

Configuration

Customize the widget by modifying the configuration options within the script. Edit the config object to set your Bamboo server URL, API key, and specific build plans to monitor.

const config = {
    bambooUrl: 'https://your-bamboo-server.com',
    apiKey: 'your-api-key',
    buildPlans: ['plan-1', 'plan-2'],
};

Contributing

Feel free to contribute to the project by opening issues or submitting pull requests. Follow the contribution guidelines for details.

License

This project is licensed under the MIT License.

About

Track your Bamboo build plans effortlessly! This Scriptable Widget, coded in JavaScript, provides at-a-glance status updates, ensuring you stay informed on the health and progress of your projects right from your device's home screen. Enhance your development workflow with the Bamboo Build Widget.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published