Skip to content

Commit c71ced2

Browse files
a-workflow
1 parent 7e29952 commit c71ced2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.cloudbees/workflows/a-workflow.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: automation.cloudbees.io/v1alpha1
2+
kind: workflow
3+
name: a-workflow
4+
on:
5+
push:
6+
branches:
7+
- "**"
8+
jobs:
9+
build:
10+
steps:
11+
- name: Say hello
12+
uses: docker://golang:1.20.3-alpine3.17
13+
shell: sh
14+
run: |
15+
echo "hello world"

0 commit comments

Comments
 (0)