> On 10. Aug 2018, at 13:22, Roman Jakubco wrote:
>
> I developed new plugin and successfully published it this week and it is
> already like 3 days and there is still no steps reference for the plugin at
> the main page. I am wondering if I did something wrong or should I just wait
> little
Hi Kristin,
Is your response still valid?
I developed new plugin and successfully published it this week and it is
already like 3 days and there is still no steps reference for the plugin at
the main page. I am wondering if I did something wrong or should I just
wait little bit longer for the
Hi Mehmet,
same here: https://bitbucket.org/eickler/hangouts-chat :-)
You can use it also from Pipelines as step and it sends aggregated error
reports from JUnit(-derivatives), Cucumber and Maven. Maybe throw things
together?
Btw. I am currently struggling with the Jenkins test harness. I woul
On Fri, Aug 10, 2018 at 1:35 AM Gary Yao wrote:
> labelExpression = ((AbstractProject)run.getParent()).getAssignedLabelString()
Again this will throw a `ClassCastException` whenever a Pipeline build
completes unless you guard it with
if (run instanceof AbstractBuild) {
--
You received this mes