on
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user