diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 46bcd2eef83466371d2bd1c152288c963b71bad7..94ca239c25e1a7333d93e95364c6741ea156f90f 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') {