-
Bug
-
Resolution: Duplicate
-
Minor
-
None
We have github organization folder with Jenkinsfile with declerative pipeline. We use parameters in the Jenkinsfile like:
parameters {
string(defaultValue: 'eu-west-1', description: 'The AWS region', name: 'awsRegion')
}
First build always fails as the parameters are not getting initialized with default values . All following builds for the same PR work with parameters getting the default values.
- duplicates
-
JENKINS-40574 Pipeline build parameters are null in first build
- Resolved