jinkens
jinkens-java代码自动上线
1,maven项目回滚 2,部署脚本 #!/bin/bash #Jenkins打包发布脚本 # BUILD_ID=DontKillMe date_time=`date +%Y%m%d%H%M%S` check_() { if [ $? -ne 0 ];then echo "ERROR!!! ${JO ......
jinkens 构建dcokerfile
#### jinkens shell ``` make all IMG_NS=hygov ``` ### 项目makefile ``` IMG_NS?=MUST_SPECIFIED IMG_TAG?=latest SERVICE=kettle IMG=data-exchange-platform-k ......