• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

Révision38b0fca4f7762b524046b98c69ceeb1df5971cf7 (tree)
l'heure2019-07-23 22:28:24
AuteurCai Cooper <caicooper82@gmai...>
CommiterGitHub

Message de Log

Merge pull request #15 from garethjevans/validate-git

feat: added step to check that git is correctly configured

Change Summary

Modification

--- a/jenkins-x.yml
+++ b/jenkins-x.yml
@@ -11,6 +11,10 @@ pipelineConfig:
1111 stages:
1212 - name: release
1313 steps:
14+ - name: validate-git
15+ dir: /workspace/source/env
16+ command: jx
17+ args: ['step','git','validate']
1418 - name: verify-preinstall
1519 dir: /workspace/source/env
1620 command: jx