Posts tagged with jenkins

Webinar: Setting up Continuous Delivery with Jenkins Enterprise and Deployit

Nov 10, 2012 in jenkins, news | blog

Last week CloudBees and XebiaLabs delivered the webinar Setting up Continuous Delivery with Jenkins Enterprise and Deployit. In this webinar they present some interesting plug-ins available in Jenkins Enterprise, but also demonstrate a great example of a continuous delivery pipeline.

Workshop Setting up Continuous Delivery with Jenkins Enterprise & Deployit 11-7-12 12.00 PM from XebiaLabs on Vimeo.

Promoting material for Jenkins User Event

Oct 31, 2012 in jenkins, events | blog

In this post you can find the raw material used for the promoting material for Jenkins User Event, that will take place next December in Sao Paulo, Brazil. It has been created with GIMP and Inkscape, both Open Source tools.

Banner 175x150

banner-175x150.xcf

Banner 300x250

banner-300x250.xcf

Banner 700x90

banner-700x90.xcf


It should be useful for people willing to organize Jenkins User Events, or any other similar event and is looking for inspiration for the promoting banners. Ah, take a look at the layers in GIMP. There’s an extra one for JUC’s too.

Jenkins logo without the red-ish background

We used Inkscape to remove the red-ish background of Jenkins logo (we needed that way to create the T-Shirts). Below you can find both the final result and a video with the process for removing that background.

jenkins_no_bg.svg

Have fun :-) and soon we’ll post the final T-Shirt design too

JUC SP 2012 - Jenkins User Conference São Paulo (Call For Papers)

Oct 24, 2012 in events, jenkins, news | blog

O primeiro encontro de usuários Jenkins no Brasil vai acontecer em São Paulo, em Dezembro. Neste evento você vai poder conhecer mais sobre integração contínua, builds em diferentes linguagens de programação (Java, PHP, Ruby, Python, entre outras), cloud, boas práticas e muitos casos sobre o uso de Jenkins. Você vai também poder conversar com pessoal da CloudBees, TupiLabs e de outras empresas que participarão do evento.

O call for papers já está aberto, então se você tem um caso interessante, ou gostaria de falar sobre algum tópico de integração contínua, automatização, cloud computing e Jenkins, envie sua proposta: http://www.meetup.com/jenkinsmeetup/events/91744672/

Você pode submeter palestras e lighting talks, mas também estamos organizando um hackathon com o pessoal do projeto do Jenkins (aqueles que você encontra sempre pelo canal IRC #jenkins na Freenode) e com alguns dos participantes. Se você tiver uma idéia para o Hackathon, como uma feature nova, ou algum bug que você sempre quis ter corrigido, pode entrar em contato comigo e enviar sua sugestão. Sua idéia pode ser realizada lá no hackathon, contribuindo com o projeto e com a comunidade :-)

Create a Map of Jenkins Plug-ins (similar to Map of CPAN)

Oct 22, 2012 in perl, jenkins, ideas | blog

There’s a plethora of plug-ins for Jenkins, that’s well known. But there are way more modules in CPAN. One way to visualize all the modules in CPAN is with Map of CPAN.

The idea here is to create similar map for Jenkins plug-ins (Map of Jenkins plug-ins). It could use the plug-in type (plugin-labels) and show its growth through the time. That would be interesting, especially if it was possible to create a video (like this one below) showing what happened since the fork from Hudson.

Map of CPAN – The Movie from Grant McLean on Vimeo.

The code for the CPAN map generator is hosted at GitHub: https://github.com/grantm/cpan-map. And it uses the Hilbert curve for plotting those geometric forms.


Update 26, oct. 2012

The map generation is started with a Perl script cpan-map that downloads a tar.gz file from MetaCPAN and creates a map of namespaces and its modules. Then it creates an image with Hilbert curves. It assigns different colors for each namespace.

For Jenkins plug-ins map we could use update-center.json file, and group plug-ins by its label. We could get the author picture from Gravatar (like Map of CPAN), and use the same interface of Map of CPAN - it uses sammy.js and jQuery.

Links for Hilbert curves and Java

Desenvolvendo plug-ins para o Jenkins: Hospedando plug-ins no jenkins-ci.org e a release de um plug-in

Oct 20, 2012 in jenkins | tutorials

No ar o terceiro vídeo sobre desenvolvimento de plug-ins para o Jenkins. Neste vídeo é explicado como fazer para hospedar plug-ins Open Source no jenkins-ci.org. No final do vídeo a versão 1.6 do plug-in Jenkins TAP Plug-in é lançada. Esperamos que mostrando como é simples e fácil lançar um plug-in mais pessoas se sintam motivadas para contribuir com seus plug-ins.

Bom divertimento :D