1 Star 0 Fork 647

zg/jianmu-ci-server

forked from 开源建木/建木 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
task.yaml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Ethan 提交于 2021-05-31 19:15 . feat: 任务定义DSL示例
ref: file_upload
version: 0.2
resultFile: /etc/hostname
type: DOCKER
inputParameters:
- ref: minio_secret_key
name: Minio的Secret Key
type: SECRET
value: minioadmin
- name: 源文件
ref: file_source
type: STRING
value: /etc/hostname
- name: 目标目录
ref: file_dest
type: STRING
description: 目标目录
value: minio/artifacts
- name: Minio的Access Key
ref: minio_access_key
type: SECRET
value: minioadmin
- name: Minio主机地址
ref: minio_host
type: STRING
value: 'http://192.168.1.24:9000'
outputParameters:
- ref: aaa
name: AAA
type: STRING
value: a1
spec:
- image: 'minio/mc:latest'
cmd:
- >-
mc alias set minio $JIANMU_MINIO_HOST $JIANMU_MINIO_ACCESS_KEY
$JIANMU_MINIO_SECRET_KEY && mc cp $JIANMU_FILE_SOURCE $JIANMU_FILE_DEST
entrypoint:
- /bin/sh
- '-c'
matadata:
name: 文件上传
group: Tools
icon: upload.png
description: 文件上传组件
tags: 官方组件,上传下载
docs: https://docs.jianmu.dev/file_upload
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zgui123/jianmu-main.git
[email protected]:zgui123/jianmu-main.git
zgui123
jianmu-main
jianmu-ci-server
master

搜索帮助