Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(engine): add builtin action PushBuildInfo #5824

Merged
merged 8 commits into from
Jun 14, 2021
Merged

feat(engine): add builtin action PushBuildInfo #5824

merged 8 commits into from
Jun 14, 2021

Conversation

sguiheux
Copy link
Collaborator

  1. Description
  2. Related issues
  3. About tests
  4. Mentions

@ovh/cds

@sguiheux sguiheux changed the title feat: add builtin action PushBuildInfo feat(engine): add builtin action PushBuildInfo May 24, 2021
fsamin
fsamin previously approved these changes May 24, 2021
richardlt
richardlt previously approved these changes May 24, 2021
engine/worker/internal/action/builtin_build_info.go Outdated Show resolved Hide resolved
@@ -329,6 +334,7 @@ type Step struct {
// step specific data, only one option should be set
StepCustom `json:"-" yaml:",inline"`
Script interface{} `json:"script,omitempty" yaml:"script,omitempty" jsonschema:"oneof_type=string;array,oneof_required=actionScript" jsonschema_description:"Script.\nhttps://ovh.github.io/cds/docs/actions/builtin-script"`
PushBuildInfo *StepPushBuildInfo `json:"pushBuildInfo,omitempty" yaml:"pushBuildInfo,omitempty" jsonschema:"oneof_required=actionPushBuildInfo" jsonschema_description:"Push build info.\nhttps://ovh.github.io/cds/docs/actions/builtin-push-build-info"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

md files in another PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doc will come later

@sguiheux sguiheux dismissed stale reviews from richardlt and fsamin via a9c33d2 May 25, 2021 09:21
@ovh-cds
Copy link
Collaborator

ovh-cds commented May 25, 2021

CDS Report build-all-cds#16058.0 ✘

  • Build
    • Build and Package All ✔
    • Build Debpacker ✔
    • Build OS-Ansible-Inventory ✔
    • Build SMTPMock ✔
    • Lint UI Translate ✔
    • Test CLI ✔
    • Test Engine ✘
    • Test SDK ✔
    • Test SDK Rust ✔
    • Test UI ✔

@ovh-cds
Copy link
Collaborator

ovh-cds commented May 27, 2021

CDS Report build-all-cds#16064.3 ✘

  • Build
    • Build and Package All ✔
    • Build Debpacker ✔
    • Build OS-Ansible-Inventory ✔
    • Build SMTPMock ✔
    • Lint UI Translate ✔
    • Test CLI ✔
    • Test Engine ✔
    • Test SDK ✔
    • Test SDK Rust ✔
    • Test UI ✔
  • Package
    • Docker ✘

@sonarqubecloud
Copy link

@ovh ovh deleted a comment from ovh-cds May 27, 2021
@ovh ovh deleted a comment from ovh-cds May 27, 2021
@ovh ovh deleted a comment from ovh-cds May 27, 2021
@sguiheux sguiheux merged commit 7f439a6 into master Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants