Documentation
¶
Overview ¶
Package step provides the ability for Vela to manipulate and manage a step from a pipeline.
Usage:
import "github.com/go-vela/pkg-executor/internal/step"
Index ¶
- func Environment(c *pipeline.Container, b *library.Build, r *library.Repo, s *library.Step) error
- func Load(c *pipeline.Container, m *sync.Map) (*library.Step, error)
- func LoadLogs(c *pipeline.Container, m *sync.Map) (*library.Log, error)
- func Snapshot(ctn *pipeline.Container, b *library.Build, c *vela.Client, l *logrus.Entry, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Environment ¶
Environment attempts to update the environment variables for the container based off the library resources.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.