Attach build artifacts to POST API using Jenkinsfile
I want to send my job’s build artifacts to an API using POST
method or curl
or any other way.
How to refer to “Build Artifacts” in my Jenkinsfile pipeline?
This is what I get when I visit my job: