Post #2441038
2026-01-15 05:12 UTC
Yep, I think the only thing github actions has over jenkins is built in versioning. I wish in jenkins I could edit a pipeline and easily roll it back. Or even better have tags so if I break something the team can just use the previous tag while I figure it out.
Replies (1)
-
@namingthingsiseasy@programming.dev 2026-01-15 11:04
Interesting. Were you using a Jenkinsfile? I’m not sure I completely understand your use case, but using a Jenkinsfile would mean that your entire pipeline would be defined in a file in source control, so you could roll it back if you made a change that didn’t work quite right. Seems to be what your looking for if I’m understanding what you’re looking for. https://www.jenkins.io/doc/book/pipeline/jenkinsfile/