11 lines
198 B
YAML
11 lines
198 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
platform:
|
||
|
os: linux
|
||
|
arch: amd64
|
||
|
steps:
|
||
|
- name: greeting
|
||
|
image: primetoninc/jdk
|
||
|
commands:
|
||
|
- echo 'hello world!11217211' > /home/hello.txt
|