### What is version of KubeSphere DevOps has the issue? v3.4.1 ### How did you install the Kubernetes? Or what is the Kubernetes distribution? kubekey ### Describe this feature <img width="1439" alt="截屏2023-11-23 12 17 13" src="https://github.com/kubesphere/ks-devops/assets/5917832/d7f6f502-88ce-458e-aad0-b81f941449e4"> ``` pipeline { agent any stages { stage('Generate Dockerfile and Build Image') { steps { writeFile file: 'test', text: ''' abcdefg ''' writeFile file: 'Dockerfile', text: ''' FROM nginx:latest ADD test ./ ''' sh "docker build -t test:latest ." } } } } ``` ### Additional information _No response_
What is version of KubeSphere DevOps has the issue?
v3.4.1
How did you install the Kubernetes? Or what is the Kubernetes distribution?
kubekey
Describe this feature
Additional information
No response