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