The error is actually saying that I have the correct user/password (ie., that I copy/pasted directly from the lab portal window). You can see that I have the correct username here:
Thank you for looking into this for me (and for Lionel). Should I share (if I encounter the same error again) the video here on this thread ?
Thanks again:-)
Update:
I have just passed the task, but I’m not sure why this time was any different. The only thing(s) that I did differently was to make sure not to use sudo in any of the commands when getting the Jenkins key wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | apt-key add - and when adding the binary to the jenkins.list file: sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > \ /etc/apt/sources.list.d/jenkins.list' …strange though…I arrived at the same results either with or without…