We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6982415 commit d22d75cCopy full SHA for d22d75c
1 file changed
Jenkinsfile
@@ -48,9 +48,6 @@ pipeline {
48
'''
49
} }
50
}
51
- // post { success {
52
- // archiveArtifacts 'dist/timelogs.d/timelogs.csv'
53
- // } }
54
55
stage ( 'Re-compile w/ timeout' ) { steps {
56
timeout(time: 8, unit: 'SECONDS' ) {
0 commit comments