This commit is contained in:
2022-11-10 00:20:57 +08:00
parent bcd852a6a8
commit a392cad42a

2
Jenkinsfile vendored
View File

@@ -13,7 +13,6 @@ pipeline{
environment {
WS = "${WORKSPACE}"
IMAGE_VERSION = "v1.0"
//引用Jenkins配置的全局秘钥信息
// ALIYUN_SECRTE=credentials("aliyun-docker-repo")
}
@@ -28,7 +27,6 @@ pipeline{
sh 'git --version'
sh 'docker version'
sh 'pwd && ls -alh'
sh "ssh --help"
}
}
//1、编译 "abc"