Skip to content

Commit 7c6a475

Browse files
committed
docs: Remove Jenkins references
1 parent f9d2608 commit 7c6a475

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ docker run --rm \
114114
poco-subgraph-deployer
115115
```
116116

117-
### Deployment configuration
117+
#### Github Actions pipeline deployment
118118

119-
#### Jenkins pipeline deployment
119+
The subgraph can be deployed using Github Actions (recommended). The dedicated job can be triggered with the desired configuration (environment, version, ...).
120120

121-
The project uses a Jenkins pipeline for automated deployment of the subgraph. The deployment can be triggered through Jenkins with interactive parameter selection.
121+
### Deployment configuration
122122

123-
##### Available Parameters
123+
#### Available Parameters
124124

125125
- **Network**: Choose the target blockchain network
126126
- **Environment**: Select deployment environment
@@ -130,7 +130,7 @@ The project uses a Jenkins pipeline for automated deployment of the subgraph. Th
130130
- **Version Label**: Specify the version of the deployment (e.g., `v1.0.0`)
131131
- **Subgraph Name**: Name of the subgraph (default: `poco-v5`)
132132

133-
##### Environment-specific Configurations
133+
#### Environment-specific Configurations
134134

135135
Each environment has specific host configurations:
136136

@@ -161,16 +161,6 @@ To add support for a new network, update the `networks.json` file with the netwo
161161
}
162162
```
163163

164-
Also, update the Jenkins pipeline choices to include the new network:
165-
166-
```groovy
167-
choice(
168-
name: 'networkName',
169-
choices: ['bellecour', 'new-network'],
170-
description: 'Select the target network'
171-
)
172-
```
173-
174164
## Changelog
175165

176166
Changes to this project are tracked in [CHANGELOG.md](./CHANGELOG.md)

0 commit comments

Comments
 (0)