Skip to content

Commit

Permalink
Removing Wercker Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
agnihotrigaurav committed Nov 17, 2022
1 parent 044de9e commit 1ab4b05
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 2,351 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ The following CI services are supported:
- Google Cloud Build (GCB)
- Jenkins
- Travis
- Wercker

For each of these services, a poller can be enabled (e.g. with `jenkins.enabled`) that will start monitoring new builds/pipelines/artifacts, caching them and submitting events to echo, thus supporting pipeline triggers. GCB is a bit different in that it doesn't poll and requires setting up [pubsub subscriptions](https://www.spinnaker.io/setup/ci/gcb/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ public enum BuildServiceProvider {
TRAVIS,
CONCOURSE,
GITLAB_CI,
WERCKER,
GCB;
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import com.netflix.spinnaker.igor.jenkins.service.JenkinsService
import com.netflix.spinnaker.igor.model.BuildServiceProvider
import com.netflix.spinnaker.igor.service.BuildService
import com.netflix.spinnaker.igor.service.BuildServices
import com.netflix.spinnaker.igor.wercker.WerckerService
import com.netflix.spinnaker.kork.web.exceptions.NotFoundException
import groovy.util.logging.Slf4j
import org.springframework.beans.factory.annotation.Autowired
Expand Down Expand Up @@ -105,9 +104,6 @@ class InfoController {
recursiveGetJobs(jenkinsService.jobs.list)

return jobList
} else if (buildService instanceof WerckerService) {
WerckerService werckerService = (WerckerService) buildService
return werckerService.getJobs()
} else {
return buildCache.getJobNames(master)
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1ab4b05

Please sign in to comment.