pipeline-developer icon indicating copy to clipboard operation
pipeline-developer copied to clipboard

Local development for jenkins pipelines

Results 3 pipeline-developer issues
Sort by recently updated
recently updated
newest added

I am on Ubuntu 20.04, Git clones the example project git cloned this project I had to change the dockerfile to find the image ![image](https://user-images.githubusercontent.com/76464314/160010171-71b3649b-8994-4f4c-9e63-34fb5299cb6a.png) I followed all the steps...

When trying to run this for the first time, I get an error about liatrio/alpine-jenkins:lts not being found. Removing `:lts` solves this problem in `jenkins/Dockerfile`

Currently, if a Jenkinsfile job is being updated and the portion being testing requires a parameter to be specified other than the default parameter, the job will still be ran...

enhancement