Skip to content

Commit 2394778

Browse files
committed
fix the clone
1 parent 41f864e commit 2394778

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile-junit-k8s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pipeline {
1212
stage('Clone'){
1313
steps{
1414
//checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://gitee.com/devops-workspace/learn-pipeline-java']]])
15+
echo "clone demo"
1516
}
1617
}
1718

0 commit comments

Comments
 (0)