Did Day 72: Jenkins Parameterized Builds of 100 Days of Devops
correctly according to my knowledge but the system marked my task incorrectly as failed
also might have been network issue as heavy rainfall and storm in my area the timer for the task session jumped from 36 mins to directly failed screen
or please tell me what I did wrong
I’d need to see your job to be sure, but you can find a sample solution for this one here; see if it makes the issue clear to you.
1 Like
sir, Is my screenshot visible? do you mean the configuration I set my JOB as ?
Only part of the configuration is in those images. What you didn’t post I didnt’ read ![]()
1 Like
Hello sir,
I got it
I re did the task and it passed
it must have been the execute shell command I passed in the Build step, when I tried Day 72 yesterday
this was the command I passed yesterday maybe this was the issue
echo "stage: $stage, Environment: Senv"
today I did it the way you showed me in one of your replies
echo "$env"
echo "$Stage"
Thank you for your input



