Skip to content

Commit df93505

Browse files
committed
CSV-4 bug-less situation !!!
Change-Id: I3954bb7f9dc5efb00bcc58009bfd2af53e6a8466
1 parent 4aece59 commit df93505

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,7 @@ pipeline {
99
sh 'mvn package -Dmaven.test.skip=true'
1010
}
1111
}
12+
1213
stage('Test'){
1314
steps{
1415
sh script:'''
@@ -32,6 +33,7 @@ pipeline {
3233
'''
3334
}
3435
}
36+
3537
stage('Filter & Result'){
3638
steps{
3739
sh script:'''

0 commit comments

Comments
 (0)