Skip to content

Commit

Permalink
docs(ci) remove cik8s and doks clusters references
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored May 22, 2024
1 parent 6f27733 commit 7d7379a
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions ci.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,11 @@ This is avery advanced use case. You can trigger the "type" of agent with very s

Please note that these labels are not always guaranteed (depends on the cloud billing and availability)

For AWS:

* `aws`, `ec2`: spawns a VM agent in AWS EC2
* `cik8s`: spawns an AWS EKS container (Kubernetes) agent

For Azure:

* `azure`: spawns an agent in Azure (can be either a VM or a container)
* `azure`: spawns a VM agent in Azure
* `aci`: spawns a container agent in Azure ACI

For DigitalOcean:

* `doks`: spawns a (kubernetes) container agent in DigitalOcean
* `ci.jenkins.io-agents-1`: spawns a kubernetes agent in Azure

== Operating System Labels

Expand Down Expand Up @@ -109,12 +101,15 @@ https://repo.jenkins-ci.org/nodejs-dist/ and https://repo.jenkins-ci.org/npm-dis

There is also a mirror of the npm package repository; to use it:

npm config set registry https://repo.jenkins-ci.org/api/npm/npm/
```shell
npm config set registry https://repo.jenkins-ci.org/api/npm/npm/
```

or

yarn config set -- --registry https://repo.jenkins-ci.org/api/npm/npm/

```shell
yarn config set -- --registry https://repo.jenkins-ci.org/api/npm/npm/
```

== Artifact Caching Proxy

Expand Down

0 comments on commit 7d7379a

Please sign in to comment.