Hi,

    I've written a plugin that reads the GO Benchmark results and shows the 
trend graph for the project. Can I get a repository for it to host it in 
Jenkins Github ?

    Plugin Name : - Go Performance Publisher Plugin (I've named it as 
performance publisher instead of benchmark publisher as I've plans to add 
more metrics in future)
    My Github ID : - svvivek

    Its not hosted anywhere now, so please create an empty repo.

    Also, are the details I mentioned in the code (pom.xml) below is 
according to the general standards (I'm just concerned about the 
*artifactID*, does it need to follow any pattern ?) I searched for sometime 
but couldn't find much info about it.

<parent>
>
    <groupId>org.jenkins-ci.plugins</groupId>

    <artifactId>plugin</artifactId>

    <version>1.424</version><!-- which version of Jenkins is this plugin 
> built against? -->

  </parent>


>   <artifactId>go-performance-publisher</artifactId>

  <version>1.0-SNAPSHOT</version>

  <packaging>hpi</packaging>

  <name>Go Performance Publisher Plugin</name>


Thanks,
Vivek.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to