Hello,
am following the Certified Jenkins Engineer course. under setting up ci pipeline section, “Demo: Unit Testing and Analyze JUnit Reports” video, how do i pass the following env variable values like MONGO_URI, MONGO_USERNAME and MONGO_PASSWORD. in the next code coverage video also this values being used so without that am not able to practise these videos hands-on. can anyone help on this.
The credentials are:
MONGO_URI="mongodb+srv://supercluster.d83jj.mongodb.net/superData"
MONGO_USERNAME=superuser
MONGO_PASSWORD=SuperPassword
I passed MONGO_URI in env, and the username and password withCredentials.