Commit Graph

5 Commits

Author SHA1 Message Date
Antoine Musso 0c47b4292d Retire the project on OpenDev
It has been migrated to the Jenkins community:
https://github.com/jenkinsci/gearman-plugin/

Depends-On: Ib6010d7ce85a934501c50a53e9ac78dcf74bc403
Change-Id: I0c84db2ad3fbb4d9f0eff793a0159c6ed3a8e25c
2021-05-27 17:23:43 +02:00
Antoine Musso c9e42d6aac Script to easily build a package
Introduce build-fast shell script at the root of the repository to
easily build a package having version extracted from the SCM repository.

Reuses a copy of:
http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/scripts/version-properties.sh

Would save time for non maven guru like me.

Change-Id: Iab081de54553d6240604214c608554c6a147ae70
2015-07-22 17:12:19 +02:00
zaro b734f0cd21 Fix to register all projects and register an additional gearman function for each project.
Jenkins.getProjects() wasn't returning maven and multi-config projects.
This change now attempts to register all projects.  The only caveat
is that the multi-config projects don't get registered quite right
because the labels are treated differently in that project.  I don't
plan to fix multi-config project registration because openstack
doesn't have any of those projects setup in jenkins.

Register an additional function for each executor worker.  We register
a generic "build:$projectName" function on each executor
that can run a build on $projectName.

Minor change, set gearman-plugin version to 'SNAPSHOT'.  The maven
release plugin will convert to a non-SNAPSHOT version on release.

Change-Id: I49a0f73d297e61657fb6f31f26e87c181a644115
2013-02-22 10:29:00 -08:00
Khai Do 922d558dd1 add work folder to git ignore
Change-Id: I1ffab7888ed5e07b24fcd48e1535fa26e141edaf
2013-01-29 12:05:01 -08:00
Khai Do f04b4f616d setup maven project directories in eclipse
Change-Id: I1a10030051dbaf20a7fb2ac01c350bc8657b92bc
2013-01-11 16:28:22 -08:00