【原文链接】
1 登录建木后,点击【新建项目】
2 选择项目分组,这里选Demo,然后先写DSL语句
DSL语句如下:其中
name:指定项目名称
image:指定使用的docker镜像
script:即要执行的shell语句,可以是多条语句
name: ShellDemo
pipeline:
shell_node:
image: ubuntu:18.04
script:
- echo "hello world"
DSL语句如下:其中
name:指定项目名称
image:指定使用的docker镜像
script:即要执行的shell语句,可以是多条语句
name: ShellDemo
pipeline:
shell_node:
image: ubuntu:18.04
script:
- echo "hello world"