GitBucket
4.23.1
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
hincoco
/
LaravelSample
Browse code
Jenkinsのパスを絶対パスに変更する
main
1 parent
cb7872c
commit
4e9961e741d5feca03d73633be2eb9c6483779a1
Shinya Tomozumi
authored
on 22 May
Patch
Showing
1 changed file
docker-compose.override.jenkins.yml
Ignore Space
Show notes
View
docker-compose.override.jenkins.yml
# For Jenkins CI/CD services: # PHP Service web_app: volumes: - /Volumes/ssd1/Server/jenkins/jenkins_data/workspace/LaravelSampleTest/src/:/app/ # パスを絶対パスに変更 # Nginx Service web_nginx: volumes: - /Volumes/ssd1/Server/jenkins/jenkins_data/workspace/LaravelSampleTest/src/:/app/ # パスを絶対パスに変更
# For Jenkins CI/CD services: # PHP Service web_app: volumes: - /var/jenkins_home/workspace/LaravelSampleTest/src/:/app/ # パスを絶対パスに変更 # Nginx Service web_nginx: volumes: - /var/jenkins_home/workspace/LaravelSampleTest/src/:/app/ # パスを絶対パスに変更
Show line notes below