Skip to content

Commit d22d75c

Browse files
committed
Jenkinsfile: remove parse profiling.
1 parent 6982415 commit d22d75c

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
@@ -48,9 +48,6 @@ pipeline {
4848
'''
4949
} }
5050
}
51-
// post { success {
52-
// archiveArtifacts 'dist/timelogs.d/timelogs.csv'
53-
// } }
5451
}
5552
stage ( 'Re-compile w/ timeout' ) { steps {
5653
timeout(time: 8, unit: 'SECONDS' ) {

0 commit comments

Comments
 (0)