提交 b9d84d93 编写于 作者: T tangfangzhi

fix: remove pretest stage

上级 f2fb93af
......@@ -163,16 +163,6 @@ pipeline {
LOGDIR = '/var/data/jenkins/workspace/log'
}
stages {
stage ('pre_build') {
steps {
sh '''
date
pwd
env
hostname
'''
}
}
stage('run test') {
options { skipDefaultCheckout() }
when {
......@@ -215,6 +205,8 @@ pipeline {
steps {
sh '''
date
pwd
env
hostname
'''
timeout(time: 15, unit: 'MINUTES') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册