Skip to content

Commit

Permalink
cloudbees workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbees-platform[bot] committed Mar 19, 2024
1 parent ca07a22 commit f8e8f58
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .cloudbees/workflows/my-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: automation.cloudbees.io/v1alpha1
kind: workflow
name: My workflow

on:
push:
branches:
- '**'

jobs:
build:
steps:
- name: Say hello
uses: docker://golang:1.20.3-alpine3.17
shell: sh
run: |
echo "hello world"

0 comments on commit f8e8f58

Please sign in to comment.