Code Monkey home page Code Monkey logo

p4dwhitfield-helix-teamhub-plugin's Introduction

Helix TeamHub Jenkins Notification Plugin Build Status

Use this plugin to create build events to Helix TeamHub from your Jenkins builds. See the official documentation for more information.

Contributing

To contribute, please utilize Pull Requests as you would in any other project. Development is done on develop branch.

Prerequisites

You'll need Vagrant to get the development environment running. You can simply install it via Homebrew Cask with:

$ brew cask install vagrant

Getting started

Start the virtual machine

$ vagrant up

SSH into the machine

$ vagrant ssh

Navigate to the shared working directory

$ cd /vagrant

Build the plugin and start Jenkins

$ mvn hpi:run

If you are only doing template changes, you can simply hit Enter on the console to reload the context. In other cases you'll need to re-execute the aforementioned command.

You can now access Jenkins from your host machine on http://10.11.12.100:8080/jenkins.

Finally, follow the official plugin configuration documentation to set things up.

Configuring SSH access to Helix TeamHub development environment

For you to be able to configure jobs with SSH URLs, you'll need to generate a new SSH key pair for the user that is running the Jenkins process on your virtual machine.

SSH into the machine and generate a new SSH key

$ vagrant ssh
$ ssh-keygen -t rsa

This will generate a private key (/home/vagrant/.ssh/id_rsa) and a public key (/home/vagrant/id_rsa.pub). Copy the contents of the public key and use it to create a new SSH key to Helix TeamHub. The SSH key should belong to a bot that belongs to the project your configured repository belongs to.

When you're done, your Jenkins job should be able to clone the configured repository successfully via SSH.

p4dwhitfield-helix-teamhub-plugin's People

Contributors

0xahmed avatar sayradley avatar vluoto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.