We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67f45f commit 0d4f7dcCopy full SHA for 0d4f7dc
Jenkinsfile
@@ -44,13 +44,13 @@ pipeline {
44
eval $(opam config env)
45
eval $(perl -I "~/perl5/lib/perl5" -Mlocal::lib)
46
export KOMPILE_FLAGS=-O2
47
- make -j4 profile-rule-parsing --output-sync=line
+ make -j4 --output-sync=line
48
'''
49
} }
50
}
51
- post { success {
52
- archiveArtifacts 'dist/timelogs.d/timelogs.csv'
53
- } }
+ // post { success {
+ // archiveArtifacts 'dist/timelogs.d/timelogs.csv'
+ // } }
54
55
stage ( 'Re-compile w/ timeout' ) { steps {
56
timeout(time: 8, unit: 'SECONDS' ) {
0 commit comments