Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 7dd28bf

Browse files
fixup! [build] improvement
1 parent 5bf83cf commit 7dd28bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ pipeline {
99
MAKE_ARGS=" PROJECT_DIR=${env.PROJECT_DIR} HOME=${env.PROJECTHOME} SELENIUM_ENV=${env.SELENIUM_ENV} BUILDID=${env.BUILD_NUMBER} "
1010
}
1111

12+
stages {
13+
1214
stage ('purge'){
1315
steps {
1416
sh "make ${env.MAKE_ARGS} purge"

0 commit comments

Comments
 (0)