ミス修正
This commit is contained in:
parent
bfa75a897b
commit
71ee09927d
@ -99,7 +99,7 @@ if __name__ == "__main__":
|
||||
|
||||
2. **Giteaの設定**:
|
||||
- Giteaリポジトリの 設定 → Webhook → Webhook追加 → Gitea
|
||||
- URL: `http://<使っているjenkinsのURL>/gitea-webhook/`
|
||||
- URL: `http://<使っているjenkinsのURL>/github-webhook/`
|
||||
- Content typeは`application/json`
|
||||
|
||||
3. **確認**:
|
||||
|
@ -2,7 +2,6 @@ services:
|
||||
jenkins1:
|
||||
build:
|
||||
dockerfile: Dockerfile.jenkins
|
||||
image: jenkins/jenkins:lts
|
||||
container_name: jenkins1
|
||||
restart: always
|
||||
ports:
|
||||
@ -20,7 +19,6 @@ services:
|
||||
jenkins2:
|
||||
build:
|
||||
dockerfile: Dockerfile.jenkins
|
||||
image: jenkins/jenkins:lts
|
||||
container_name: jenkins2
|
||||
restart: always
|
||||
ports:
|
||||
@ -38,7 +36,6 @@ services:
|
||||
jenkins3:
|
||||
build:
|
||||
dockerfile: Dockerfile.jenkins
|
||||
image: jenkins/jenkins:lts
|
||||
container_name: jenkins3
|
||||
restart: always
|
||||
ports:
|
||||
@ -56,7 +53,6 @@ services:
|
||||
jenkins4:
|
||||
build:
|
||||
dockerfile: Dockerfile.jenkins
|
||||
image: jenkins/jenkins:lts
|
||||
container_name: jenkins4
|
||||
restart: always
|
||||
ports:
|
||||
@ -74,7 +70,6 @@ services:
|
||||
jenkins5:
|
||||
build:
|
||||
dockerfile: Dockerfile.jenkins
|
||||
image: jenkins/jenkins:lts
|
||||
container_name: jenkins5
|
||||
restart: always
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user