04 2020 档案
摘要:Jenkins配置多任务用MutiJob就可以 安装相关插件 构建里加上相关子任务 默认配置是当一个子任务失败就不继续往下执行 如果要子任务失败继续往下执行,需在子任务高级里设置:
阅读全文
摘要:打开git cmd 进入目录,该目录会作为git 跟目录 初始化:git init 添加并绑定远程仓库:git remote add reginal http://10.138.60.136:3030/root/123 从上图找到地址,第一段数字替换为ip 拉取代码:git pull reginal
阅读全文
摘要:构建选择Excute Windows batch command 下面是python脚本,注意字符集 GBK runtest.py #-*-coding:GBK -*- import sys import time import pymysql import requests # print(sys
阅读全文
摘要:原shell脚本: #!/bin/bashremote_user="root"remote_ip="10.138.60.76"jar_file="vts-cbs-contract.jar"local_path="vts-cbs-contract/target"remote_path="/home/R
阅读全文
摘要:Windows免密登录可以提供很多便利,如Jenkins连接Linux等,批量启动集群等 1.首先,Windows机器安装ssh组件: 官网 https://www.mls-software.com/opensshd.html 下载,一路安装就行 安装可参考 https://blog.csdn.ne
阅读全文

浙公网安备 33010602011771号