We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e4b07 commit e6e214bCopy full SHA for e6e214b
vars/deployHelpers.groovy
@@ -59,7 +59,7 @@ def getChangeInfo(parameters = [:]) {
59
echo "getChangeInfo: envFile is: ${envFile}"
60
61
if (envFile.endsWith(".yaml") || envFile.endsWith(".yml")) {
62
- def envFileName = envFile.split('.')[0]
+ def envFileName = envFile.split("\\.")[0]
63
echo "getChangeInfo: env file's name is: ${envFileName}"
64
// if we are only analyzing a specific env, ignore other changed env files
65
if (!envName || envFileName.equals(envName)) {
0 commit comments