8000 Tags · gbaufake/pipeline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gbaufake/pipeline

Tags

v0.9.0

Toggle v0.9.0's commit message
Add versioned links to docs and examples for v0.9.0

v0.8.0

Toggle v0.8.0's commit message
Tekton Pipeline release v0.8.0

v0.7.0

Toggle v0.7.0's commit message
Tekton Pipeline release v0.7.0

v0.6.0

Toggle v0.6.0's commit message
Tekton Pipeline release v0.6.0

v0.5.2

Toggle v0.5.2's commit message
Do not panic if Timeout is nil

`TaskRun` and `PipelineRun` should have a default Timeout set by the
webhook. That said, if the webhook didn't do its work, or the object
where created before those webhook defaults, it could be nil and makes
the controller panicking.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
(cherry picked from commit 4cd1d52)

v0.5.1

Toggle v0.5.1's commit message
Tekton Pipelines release v0.5.1

v0.5.0

Toggle v0.5.0's commit message
Tekton Pipeline release v0.5.0

v0.4.0

Toggle v0.4.0's commit message
Tekton Pipeline release v0.4.0

v0.3.1

Toggle v0.3.1's commit message
Tekton Pipeline Release v0.3.1 "Chartreux C-3P0" w/ bug fix

v0.3.0

Toggle v0.3.0's commit message
remove redundant error check

There is no new err being set since `configMapWatcher.Start`. So there
is no way this condition could be true here.
0