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

2.15.1 snapshot qualification #368

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Conversation

nbhoski
Copy link
Member

@nbhoski nbhoski commented Nov 7, 2024

This PR supports the following features

P.S. Ignore the following features related commit in this PR as they're showing up only because of a squash-merge issue in the previous release:

  • Build result support for Run MATLAB Command
  • Added Skip reasons to the Build results table

nbhoski and others added 30 commits August 6, 2024 16:16
Added check for command textbox
…ink in table (#354)

* add build table to command step and link to skipped logs

* add skipped log link in status as well

* fix pipeline failure

* temp commit for checkout

* update as per review comments

* remove MatlabBuild.java and update tests

* temp commit for checkout

* update as per review

* fix pipeline failure

* format code

* remove teardown method overriding

* add super to method calls
* Add skipReason in build results table

* add skip reason texts

* add test and bump Maven task

* remove .idea from gitignore in this branch

* update as per review comments

* update as per review

* update function name

* update build results table

* update test

* update skip link

* update status to succeeded

* update data constructor
Sync with jenkinsci/matlab-plugin:master
nbhoski and others added 9 commits October 30, 2024 12:41
* changed to generic ToolInstaller and add prerelease logic

* remove space between method names and parens

* exception if mpm install fails

* Updated mpm method as per reviw comment

---------

Co-authored-by: Nikhil Bhoski <[email protected]>
Support for installing MATLAB using MPM through Jenkins tools
Changed Version to release in setter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment