This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# This script will perform git add and commit all the changes in the current directory. | |
# It includes a "[task_key-<id>] " prefix to the commit message when | |
# the current branch name is like: | |
# "<branch_type>/task_key-<id><optional_extra_branch_name>". | |
# If the current branch name does not fit the previous pattern no prefix will be added. | |
# | |
# Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jenkins: | |
agentProtocols: | |
- "JNLP4-connect" | |
- "Ping" | |
authorizationStrategy: | |
loggedInUsersCanDoAnything: | |
allowAnonymousRead: false | |
crumbIssuer: | |
standard: | |
excludeClientIPFromCrumb: false |