You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.3 KiB

---
kind: pipeline
type: docker
name: 北汽模塑结算项目
platform:
arch: amd64
os: linux
steps:
- name: 分析
image: aosapps/drone-sonar-plugin
settings:
11 months ago
sonar_host: http://dev.ccwin-in.com:3007
sonar_token: sqa_a1da3cf5984f39d9a256493acbae857c6624e954
- name: 构建
1 year ago
image: mcr.microsoft.com/dotnet/sdk:6.0
1 year ago
privileged: true
1 year ago
commands:
- cd ./build
- chmod 755 ./build.sh
1 year ago
- ./build.sh
1 year ago
- 'git --no-pager log --date=format:"%Y-%m-%d %H:%M:%S" --pretty=format:"%h - %ad %cn: %s %b" --invert-grep --grep="CI SKIP" --grep="drone" >./publish/log.txt'
1 year ago
- echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}\n">./publish/version.txt
- echo ${DRONE_COMMIT_MESSAGE}>>./publish/version.txt
1 year ago
- dotnet nuget locals global-packages --list
- name: 发布到MinIO
1 year ago
image: plugins/s3
settings:
endpoint: http://dev.ccwin-in.com:3008
path_style: true
bucket: default
access_key: O222sbIaMKeGfeX18t8K
secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR
source: build/publish/**/*
strip_prefix: build/publish/
target: /jie-suan/bei-qi/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}
1 year ago
- name: 停止测试服务器服务
1 year ago
image: appleboy/drone-ssh
settings:
host: dev.ccwin-in.com
port: 16085
username: Administrator
password: Microsoft@2022
command_timeout: 10m
script:
- mkdir -p /d/publish/jie-suan/bei-qi
- cd /d/publish/jie-suan/bei-qi
1 year ago
- ./stop.cmd
- sleep 3
- cd ..
12 months ago
- rm -rf bei-qi
- mkdir -p bei-qi
1 year ago
- name: 部署到测试服务器
1 year ago
image: cschlosser/drone-ftps
1 year ago
environment:
PLUGIN_HOSTNAME: dev.ccwin-in.com:16022
12 months ago
FTP_USERNAME: Administrator
FTP_PASSWORD: Microsoft@2022
1 year ago
PLUGIN_SRC_DIR: /build/publish
PLUGIN_DEST_DIR: /jie-suan/bei-qi
1 year ago
PLUGIN_SECURE: false
1 year ago
PLUGIN_CHMOD: false
- name: 启动测试服务器服务
1 year ago
image: appleboy/drone-ssh
1 year ago
settings:
1 year ago
host: dev.ccwin-in.com
port: 16085
username: Administrator
password: Microsoft@2022
command_timeout: 10m
script:
- cd /d/publish/jie-suan/bei-qi
1 year ago
- ./start.cmd