Commit f0b19d953007d1b55a07ce051709bfa1b85b1601
Committed by
Moritz Wirger
1 parent
b9a08544
remove publish state, because it is actually not needed
Showing
1 changed file
with
0 additions
and
4 deletions
Jenkinsfile
| ... | ... | @@ -46,10 +46,6 @@ timestamps { |
| 46 | 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 | 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 | - } | |
| 53 | 49 | } |
| 54 | 50 | |
| 55 | 51 | } | ... | ... |