Package hudson.search. Class SearchIndexBuilder. java.lang.Object. hudson.search.SearchIndexBuilder ... This object is also used to represent partially build ...
Roughly speaking, a Build goes through the following stages: SCM checkout: Hudson decides which directory to use for a build, then the source code is checked ...
Represents an item reachable from SearchIndex . The act of searching in this package is really a traversal of a directed graph. And in that notion, ...
Item that can be "built", for whatever meaning of "build". ... BUILD, CANCEL, CONFIGURE, CREATE, DELETE, DISCOVER ... Methods inherited from interface hudson.search ...
... build, SCM change polling, agent launch, and so on. User. Represents a user. Classes in hudson.model used by hudson.search. Class, Description. Describable.
Builds SearchIndex . SearchItem. Represents an item reachable from SearchIndex . Classes in hudson.search used by hudson.model.labels. Class, Description ...
Apr 27, 2023 · Hi, I am using Jenkins 2.387.2 LTS version. I encountered my builds are disappearing for some jobs, when I login to the Jenkins ...
Missing: /search | Show results with:/search
Mar 3, 2022 · 1. Hey, I have a problem: When I create a project and click on “Build” and select Execute shell and build the project- ... find the file specified ...
Missing: /search | Show results with:/search
Returns the oldest build in the record. RunT, Job. getLastBuild(). Returns the last build. RunT, Job. getLastCompletedBuild(). Returns the last completed build, ...
Provides a standard implementation of SCMTriggerItem.scheduleBuild2(int, hudson.model.Action...) to schedule a build with the ability to wait for its result.