Skip to content

nirima/snowglobe-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

Set Variables

snowglobe_set_variables globeId: 'my-globe', variables: 'key="value"'

Get Variables

data = snowglobe_get_variables  globeId: 'my-globe'

Apply

snowglobe_apply createAction: true, globeId: 'my-globe'

State

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

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published