Skip to content

Conversation

@panicking
Copy link

@panicking panicking commented Sep 15, 2025

Add a way to search inside workflow editor

image

There are some problem to solve, like that now as soon the select is enabled, there is no way to hide it so I can arrive to this problem

image

The problem that I'm not an expert on it. The test is a bit tricky. I usually deploy using:

mvn install -DskipTests

This generate the hpi that I upload using another session
that execute
mvn hpi:run

To test it I need to install a bit of plugin to have pipeline support with groovy, BTW if search/replace is possible

This a preliminary patch to add the workflow editor. Some
patches need to be added on top to make it cooperate better
with samples pipeline select menu.

Signed-off-by: Michael Trimarchi <[email protected]>
@panicking panicking requested a review from a team as a code owner September 15, 2025 22:11
@timja
Copy link
Member

timja commented Sep 16, 2025

I ran

mvn clean install -P quick-build
mvn hpi:run

and still get the same issue =/

image
java.lang.IllegalArgumentException: No such adjunct found: org/jenkinsci/plugins/workflow/cps/ext-searchbox.js
	at org.kohsuke.stapler.framework.adjunct.AdjunctManager.doDynamic(AdjunctManager.java:184)

@panicking
Copy link
Author

I ran

mvn clean install -P quick-build
mvn hpi:run

and still get the same issue =/

image ``` java.lang.IllegalArgumentException: No such adjunct found: org/jenkinsci/plugins/workflow/cps/ext-searchbox.js at org.kohsuke.stapler.framework.adjunct.AdjunctManager.doDynamic(AdjunctManager.java:184) ```

@timja You neeed to manually update it after you build. You need to build generate the hpi and upload later after you run hpi:run. The only way to see the changes are really upload as package from the UI interface the hpi:run will restart again after you upload from the gui. I'm not able to see the changes in one run

@timja
Copy link
Member

timja commented Sep 16, 2025

😢 annoying, I thought it might be something like that, a bug in maven-hpi-plugin or stapler I guess.

@panicking
Copy link
Author

😢 annoying, I thought it might be something like that, a bug in maven-hpi-plugin or stapler I guess.

I spent 3 night, but I found when I have integrated monaca, that continue to give an old error :). So then I can back to my test enviroment.

@jglick jglick marked this pull request as draft September 17, 2025 12:47
@jglick
Copy link
Member

jglick commented Sep 17, 2025

There are some problem to solve…

Please keep the PR in draft until you consider it ready to merge and release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants