jenkinsci

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

Config is the set of parameters needed to configure the JenkinsCI provider.

type Definition added in v0.2.1

type Definition struct {
	Text    string `xml:",chardata"`
	Class   string `xml:"class,attr"`
	Plugin  string `xml:"plugin,attr"`
	Script  string `xml:"script"`
	Sandbox string `xml:"sandbox"`
}

type FlowDefinition

type FlowDefinition struct {
	XMLName xml.Name `xml:"flow-definition"`
	Text    string   `xml:",chardata"`
	Plugin  string   `xml:"plugin,attr"`
	Actions struct {
		Text                                                                  string `xml:",chardata"`
		OrgJenkinsciPluginsPipelineModeldefinitionActionsDeclarativeJobAction struct {
			Text   string `xml:",chardata"`
			Plugin string `xml:"plugin,attr"`
		} `xml:"org.jenkinsci.plugins.pipeline.modeldefinition.actions.DeclarativeJobAction"`
	} `xml:"actions"`
	Description      string     `xml:"description"`
	KeepDependencies string     `xml:"keepDependencies"`
	Properties       string     `xml:"properties"`
	Definition       Definition `xml:"definition"`
	Triggers         string     `xml:"triggers"`
	Disabled         string     `xml:"disabled"`
}

FlowDefinition - The struct for defining a pipeline

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL