Hi Team, I think you're missing a "." when checking the alternative config file in [getProjectConfigFile()][1]. `else if ext == "yaml"` should be `else if ext == ".yaml"` Please ignore this if it's not an issue. [1]: https://github.com/SAP/jenkins-library/blob/6740963b68e903581f17caa168c605f170e42606/cmd/piper.go#L620