提交 b9d84d93 编写于 作者: T tangfangzhi

fix: remove pretest stage

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