Skip to content

Commit

Permalink
chore: update jenkins docker cloud usage
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 27, 2025
1 parent 1316cb4 commit a069f9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source/_posts/2025/jenkins-docker-cloud.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Why use Jenkins Docker Cloud
title: How to use Jenkins Docker Cloud
tags:
- Cloud
- Docker
Expand Down Expand Up @@ -100,10 +100,6 @@ pipeline {

Here is more details about using Docker with pipeline: https://www.jenkins.io/doc/book/pipeline/docker/

## Last but not least

I don't like to use `docker { ... }` too much, becuase it need to work well with you host environment. otherwise, you may have permission issues when you clean workspace at your `post` stage. then you have to use root permissions to clean workspace to avoid your host disk is full.

Feel free to comment if you have any questions.

---
Expand Down

0 comments on commit a069f9b

Please sign in to comment.