/jenkins-api

Primary LanguageShellApache License 2.0Apache-2.0

jenkins-api

Project to play around with Jenkins, specifically around programmatically creating new jobs/pipelines.

Authorization

Save a file to auth.sh (ignored by git) with:

#! /bin/bash

USER=user
TOKEN=token
URL=localhost:8080