Skip to content

Commit

Permalink
Merge pull request #520 from GIScience/fix-jenkins
Browse files Browse the repository at this point in the history
CI: fix name in Jenkinsfile and Jenkins Badge
  • Loading branch information
ConstantinNicolai authored Oct 31, 2023
2 parents 26dc30c + 85575d6 commit 60b6745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pipeline {
}
}
steps {
build job: 'oshdb benchmark/master', quietPeriod: 360, wait: false
build job: 'oshdb benchmarks/master', quietPeriod: 360, wait: false
}
post {
failure {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ High-performance spatio-temporal data analysis platform for OpenStreetMap full-h

<img src="https://heigit.org/wp-content/uploads/2018/01/HeiGIT_Logo_cut-505x100@2x.png" height="80px" width="404px" alt="HeiGIT Logo">

[![Build Status](https://jenkins.ohsome.org/buildStatus/icon?job=oshdb/master)](https://jenkins.ohsome.org/blue/organizations/jenkins/oshdb/activity/?branch=master)
[![Build Status](https://jenkins.heigit.org/buildStatus/icon?job=oshdb/master)](https://jenkins.heigit.org/job/oshdb/job/master/)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=org.heigit.ohsome:oshdb&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.heigit.ohsome:oshdb)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.heigit.ohsome/oshdb/badge.svg)](https://search.maven.org/artifact/org.heigit.ohsome/oshdb)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4146990.svg)](https://doi.org/10.5281/zenodo.4146990)
Expand Down

0 comments on commit 60b6745

Please sign in to comment.