Commit f6912af0 authored by vipwzw's avatar vipwzw

del check

parent 6424050b
...@@ -12,22 +12,11 @@ pipeline { ...@@ -12,22 +12,11 @@ pipeline {
retry(1) retry(1)
timestamps() timestamps()
gitLabConnection('gitlab33') gitLabConnection('gitlab33')
gitlabBuilds(builds: ['check']) gitlabBuilds(builds: ['deploy'])
checkoutToSubdirectory "src/github.com/33cn/plugin" checkoutToSubdirectory "src/github.com/33cn/plugin"
} }
stages { stages {
stage('check') {
steps {
dir("${PROJ_DIR}"){
gitlabCommitStatus(name: 'check'){
sh "git branch"
sh "make auto_ci branch=${env.ghprbSourceBranch} originx=${env.ghprbAuthorRepoGitUrl}"
}
}
}
}
stage('deploy') { stage('deploy') {
steps { steps {
dir("${PROJ_DIR}"){ dir("${PROJ_DIR}"){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment