Open chilianyi opened 1 year ago
v3.4.1
kubekey
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 ." } } } }
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