1
0
Fork 0

branch_spec in inventory

This commit is contained in:
Chl 2020-01-17 23:52:10 +01:00
parent 9b9a503fbf
commit bf1fb4870d
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,9 @@ jenkins_cli_command: java -jar "{{ jenkins_cli_jar_location }}" -s http://localh
jenkins_credential_keyid: deploykey1
jenkins_credential_keydesc: Deploy key n.1
# Default branch for git clone/pull in the job configuration
branch_spec: "*/master"
jenkins_plugins:
- credentials
- git-client