Hi all I would like to create simple plugin that demonstrate upstream/downstream of a jenkins project.
There are many kind of trigger plugin such as Multi-job, BuildFlow. The distribution of these plugins is published at http://repo.jenkins-ci.org/public/com/cloudbees/plugins/build-flow-plugin/0.9/ http://dev.tikalk.com/nexus/content/groups/public/com/tikal/jenkins/plugins/jenkins-multijob-plugin/1.0-SNAPSHOT/maven-metadata.xml Is it correct to add dependencies like following? <dependency> <groupId>com.cloudbees.plugins</groupId> <artifactId>build-flow-plugin</artifactId> <version>0.9</version> </dependency> <dependency> <groupId>com.tikal.jenkins.plugins</groupId> <artifactId>jenkins-multijob-plugin</artifactId> <version>1.0-SNAPSHOT</version> </dependency> ----- Thanks and best regards Kioncopxki -- 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/groups/opt_out.
