2017-10-03 3 views

答えて

1

チェックこの1 http://your-Jenkins:8080/pipeline-syntax/、すべてのあなたインストールされているプラ​​グインのサンプルを持つことができます。

checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'your-sub-directory']], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'd767bb7a-4c1e-4654-a310-996d4ece5b02', url: '[email protected]:yyy/xxx.git']]]) 

enter image description here

+0

多くのおかげで、あなたなら、私は任意の助けにそれは私のために働いた –

+0

試してみるだろう。 btwジェンキンスパイプライン用のヘルム(https://github.com/kubernetes/helm)プラグインはありますか? –

+0

感謝を知ってみましょう –

関連する問題