wait

command module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

README

WAIT stage plugin

Overview

WAIT stage is a stage that waits for the specified duration and then proceeds to the next stage.

cf. The spec is almost the same as pipedv0: https://pipecd.dev/docs-v0.52.x/user-guide/managing-application/customizing-deployment/adding-a-wait-stage/

Plugin Configuration

apiVersion: pipecd.dev/v1beta1
kind: Piped
spec:
  plugins:
  - name: wait
    port: 7002 # any unused port
    url: file:///path/to/.piped/plugins/wait # or remoteUrl(TBD)

config and deployTargets are not supported.

Application Configuration

WAIT stage options
Field Type Description Required Default
duration duration The duration to wait. e.g. 30s Yes

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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