My Jenkins build job is triggered via an external service by parameters that I can see in the left menu under parameters. So I want to react on that parameters via my shell script in the Jenkins job itself.
I could only find information about parameterized build but not about using that parameters I talked about.