Skip to content

Commit c6d25ad

Browse files
committed
Jenkinsfile: remove parse profiling.
1 parent 79565f7 commit c6d25ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ pipeline {
3838
'''
3939
} }
4040
}
41-
// post { success {
42-
// archiveArtifacts 'dist/timelogs.d/timelogs.csv'
43-
// } }
4441
}
4542
stage ( 'Re-compile w/ timeout' ) { steps {
4643
timeout(time: 8, unit: 'SECONDS' ) {

0 commit comments

Comments
 (0)