$ grep -r "#jenkins" ./posts/
#jenkins
// 3 posts tagged with jenkins
01
›Get your Jenkins Passwords from secrets
How to get your Jenkins passwords from your secrets credentials. Follow this simple tutoriale and find your password or ssh private key.
02
›The easiest way to update Jenkins
I’ll show you the easiest way to update Jenkins. Not all of us are Devops daily, but sometimes we face this situation so show the next two commands and have fun.
03
›NodeJS Tests with microservices, Jenkins and Docker
How I achieved testing nodejs project. Hi, this is my journey trying to add tests for a microservice architectured built with nodejs. I would need to use Jenkins and Docker.