Posts tagged with news

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 :-)

Jenkins Testopia Plug-in 1.2 released

Oct 15, 2012 in jenkins, news | blog

Yesterday a new version of Jenkins Testopia Plug-in was released. This version includes code to avoid printing null when a value returned from Testopia is null. Instead, it now prints an empty String (i.e.: “”).

It has been included i18n support too, with English, Brazilian Portuguese and Dutch (thanks to Peter Florijn) languages. If you use Testopia Plug-in and would like to contribute translating the plug-in, send a pull request.

Check the latest changes and read more about the plug-in on its Wiki page.

Preparing a new release of tap4j

Oct 12, 2012 in tap, tap4j, news | blog

We are preparing a new release of tap4j in the upcoming days. It’s been a while since last release, and it is one of our favorite Java projects. tap4j is a complete implementation of the Test Anything Protocol (TAP) for Java. This test protocol has been created with Perl 1, about 1988, and can be extended with YAML.

This release will include only code enhancements, like javadoc, TODO/TBD/FIXME tags and code styles improvements. The repository has been migrated from under kinow unto tupilabs at GitHub. The issue tracking from SourceForge.net has been replaced by GitHub, as it is easier to manage Pull Requests and issues at the same place. And we also replaced CloudBees Open Source tap4j project by CloudBees BuildHive, as it also has a nice integration with GitHub.

Stay tuned, a new release is coming :D