From b9d84d937041850244a3628d5b02c48af6580da5 Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Mon, 20 Jun 2022 12:02:44 +0800 Subject: [PATCH] fix: remove pretest stage --- Jenkinsfile2 | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 46bcd2eef8..94ca239c25 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -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') { -- GitLab