Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
Description
Currently to validate a declarative pipeline you need to either use curl or ssh.
Adding an ssh key or other credentials so you can access back to Jenkins from within Jenkins itself is a sign that something is terribly terribly wrong - so please can we have a step that we can call from a pipeline to validate a different pipeline?
Attachments
Issue Links
- links to
+1, I think the use case for CLI is still valid to be able to validate your work on your dev box progressively/before pushing. But would make life easier to have a pipeline step: we would then have more easily a PR build for modifications against Jenkinsfile itself.
Thanks!