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

Bootstrap: fix loading an overlapping workspace #16751

Merged
merged 1 commit into from Apr 27, 2021

Conversation

aloubyansky
Copy link
Member

@aloubyansky aloubyansky commented Apr 23, 2021

This is a fix for loading an "overlapping" workspace filesystem layout. Apparently, this kind of layout could be created for some projects by the Pipeline Jenkins plugin:

  1. the Jenkins job clones the repository to /home/jenkins/workspace/<project-name> to find the Jenkinsfile, which contains a definition of the pipeline;
  2. the pipeline file checks out the repository to build into a subdirectory /home/jenkins/workspace/<project-name>/<project-name>.

This is currently confusing the workspace loader which picks up modules from both places and may fail to resolve local artifacts.

@quarkus-bot quarkus-bot bot added the area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins label Apr 23, 2021
@aloubyansky aloubyansky added triage/backport? and removed area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Apr 23, 2021
@quarkus-bot quarkus-bot bot added the area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins label Apr 23, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 23, 2021

Failing Jobs - Building da2824c

Status Name Step Test failures Logs Raw logs
JVM Tests - JDK 11 Build Test failures Logs Raw logs
✔️ JVM Tests - JDK 15
Native Tests - Misc4 Build ⚠️ Check → Logs Raw logs

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 11 #

📦 extensions/jdbc/jdbc-mssql/deployment

io.quarkus.jdbc.mssql.deployment.DevServicesMsSQLDatasourceTestCase. - More details - Source on GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants