Couldn't validate challenge day78 on 100 days devops challenges

Hello, I believe that I did the challenge “day 78: jenkins conditional pipeline” as required but I got a validation file error without clear explanations. Please find attached screenshots of what I did.




Please refer to the solution shared in this port, and see if it helps.

To complete this challenge, follow these steps:

  1. SSH into the stapp01 server using the following credentials:
    • Username: sarah
    • Password: Sarah_pass123
  2. Use the same credentials to log in to Gitea.
  3. While configuring Node (App Server 1) in Jenkins, use the following credentials:
    • Username: sarah
    • Password: Sarah_pass123
  4. The directory /home/sarah/jenkins_agent has already been created, and all the required
    permissions are already configured. Do not create this directory again.
  5. The server currently has Java 11 installed. Install Java 17 by running:
    sudo yum install java-17-openjdk java-17-openjdk-devel -y
  6. After the installation, configure Java 17 as the default version:
    sudo update-alternatives --config java
    When prompted, enter 2 to select Java 17 and press Enter.
  7. Verify the installed version:
    java --version
  8. Once Java 17 is configured successfully, continue with the remaining steps exactly as performed
    previously.
    Important: The previous failure occurred because the process was not performed after logging into
    stapp01 with the required sarah user account. Ensure you use the provided sarah credentials for
    both the SSH login and while configuring Node (App Server 1) in Jenkins.