magnayn / snowglobe-plugin

Snowglobe plugin for Jenkins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snowglobe-plugin

Snowglobe plugin for Jenkins

This allows Jenkins jobs to control a SnowGlobe instance (see https://nirima.github.io/SnowGlobe/).

Operations

The operations are relatively simple:

Clone

snowglobe_clone createAction: true, sourceId: 'ci-template', targetId: 'new-globe-name'

Apply

snowglobe_apply createAction: true, globeId: 'my-globe', settings: 'key=value'

State

data = snowglobe_state createAction: false, globeId: 'my-globe', settings: 'key=value'

Destroy

snowglobe_clone remove: true, globeId: 'my-globe'

Remove: set to true to also remove the SnowGlobe after destruction.

In all cases - createAction controls whether to add an action to the build, which will also remove the globe when the CI build is complete.

About

Snowglobe plugin for Jenkins


Languages

Language:Java 100.0%