We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79565f7 commit c6d25adCopy full SHA for c6d25ad
1 file changed
Jenkinsfile
@@ -38,9 +38,6 @@ pipeline {
38
'''
39
} }
40
}
41
- // post { success {
42
- // archiveArtifacts 'dist/timelogs.d/timelogs.csv'
43
- // } }
44
45
stage ( 'Re-compile w/ timeout' ) { steps {
46
timeout(time: 8, unit: 'SECONDS' ) {
0 commit comments