Commit b9a08544e9cdb5b6a434adbc69dbb2b3aa7e04f7
Committed by
Moritz Wirger
1 parent
337e7c80
Add a step for publishing the state of build to github
Showing
1 changed file
with
4 additions
and
0 deletions
Jenkinsfile
| @@ -46,6 +46,10 @@ timestamps { | @@ -46,6 +46,10 @@ timestamps { | ||
| 46 | warnings canComputeNew: false, canResolveRelativePaths: false, categoriesPattern: '', defaultEncoding: '', excludePattern: '', healthy: '', includePattern: '', messagesPattern: '', parserConfigurations: [[parserName: 'GNU C Compiler 4 (gcc)', pattern: 'build/buildlog.txt']], unHealthy: '' | 46 | warnings canComputeNew: false, canResolveRelativePaths: false, categoriesPattern: '', defaultEncoding: '', excludePattern: '', healthy: '', includePattern: '', messagesPattern: '', parserConfigurations: [[parserName: 'GNU C Compiler 4 (gcc)', pattern: 'build/buildlog.txt']], unHealthy: '' |
| 47 | sh returnStatus: true, script: 'rm build/buildlog.txt' | 47 | sh returnStatus: true, script: 'rm build/buildlog.txt' |
| 48 | } | 48 | } |
| 49 | + stage('Publish state') | ||
| 50 | + { | ||
| 51 | + step([$class: 'GitHubCommitStatusSetter', statusResultSource: [$class: 'ConditionalStatusResultSource', results: []]]) | ||
| 52 | + } | ||
| 49 | } | 53 | } |
| 50 | 54 | ||
| 51 | } | 55 | } |