Kindly review Devops Challenge task failed even after doing correctly
Hello.
Please check this topic,
Hello kodekloud.
Tried to pass this lab. Everything done in correct way, but test fails my job.
Why it so?
Got the error message:
job ‘parameterized-job’ is not built with env value ‘Staging’ or build failed
This is my pipeline code:
node {
properties([
parameters([
string(name: 'Stage', defaultValue: 'Build', description: 'What stage?'),
choice(name: 'env', choices: ['Development', 'Staging', 'Production'], description: 'What environment?')
…
I encountered with the same trouble while tried to pass this task earlier. So you just need to do everything on UI, not with a declared or a scripted pipeline.
Hope this helps.