Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SRVLOGIC-286] fix issue when extracting project version when there is no pom.xml available #41

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

rgdoliveira
Copy link
Member

No description provided.

@@ -258,8 +258,10 @@ pipeline {
def sanitizedProjectName = f.replaceAll('/', '_').replaceAll('-', '_')
def buildScript = env["PME_BUILD_SCRIPT_${sanitizedProjectName}"]
def pomPath = maven.getProjectPomFromBuildCmd(buildScript)
if (new File(pomPath).exists()) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new File() approach does not work as it would try to find the file in Jenkins master and not in the running node.

@rgdoliveira rgdoliveira merged commit 05100ba into kiegroup:main Jul 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants