Loading Jenkinsfile +0 −11 Original line number Diff line number Diff line Loading @@ -7,9 +7,6 @@ pipeline { } options { timeout(time: 30, unit: 'MINUTES') } environment { } stages { Loading @@ -19,14 +16,6 @@ pipeline { sh 'yarn build' } } stage ('Test') { steps { echo 'test' sh 'yarn test' } } } post { always { Loading Loading
Jenkinsfile +0 −11 Original line number Diff line number Diff line Loading @@ -7,9 +7,6 @@ pipeline { } options { timeout(time: 30, unit: 'MINUTES') } environment { } stages { Loading @@ -19,14 +16,6 @@ pipeline { sh 'yarn build' } } stage ('Test') { steps { echo 'test' sh 'yarn test' } } } post { always { Loading