Skip to content

Add new GitHub Actions pipeline for frontend#683

Closed
felipecrs wants to merge 2 commits intojenkinsci:mainfrom
felipecrs:new-pipeline
Closed

Add new GitHub Actions pipeline for frontend#683
felipecrs wants to merge 2 commits intojenkinsci:mainfrom
felipecrs:new-pipeline

Conversation

@felipecrs
Copy link
Contributor

@felipecrs felipecrs commented Apr 28, 2025

#681 (comment).

Testing done

N/A

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@felipecrs felipecrs changed the title Add new GitHub Actions pipeline for frontend CI Add new GitHub Actions pipeline for frontend Apr 28, 2025
@felipecrs
Copy link
Contributor Author

@timja, this is what I had in mind. What do you think?

@felipecrs felipecrs marked this pull request as ready for review April 28, 2025 14:52
@felipecrs felipecrs requested a review from a team as a code owner April 28, 2025 14:52
"scripts": {
"mvnbuild": "npm run build",
"mvntest": "npm test",
"mvntest": "echo \"Tests should be executed through 'npm test' instead\"",
Copy link
Member

Choose a reason for hiding this comment

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

we still want this to be run through the maven build so that a full build is tested for both java and javascript.

People can skip the running of the tests easily with e.g. quick-build profile and on CI I don't think it matters much


<!-- Opt in to Jenkins handling eslint results -->
<maven.test.failure.ignore>false</maven.test.failure.ignore>
<frontend.testFailureIgnore>${maven.test.failure.ignore}</frontend.testFailureIgnore>
Copy link
Member

Choose a reason for hiding this comment

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

this also has the benefit that check annotations show up in the GitHub UI which is a nice feature, so not sure if we want to remove this

@felipecrs
Copy link
Contributor Author

If we can fix #681 (comment), I'd rather abandon this.

@felipecrs
Copy link
Contributor Author

No longer needed thanks to #681 (comment).

@felipecrs felipecrs closed this Apr 28, 2025
@felipecrs felipecrs deleted the new-pipeline branch April 28, 2025 19:37
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