Thank you for watching this video. Make sure you have Subscribed to our channel @selvatechitops for more interesting videos and stay connected with us on social networking sites to get further updates immediately. Click here to Subscribe: bit.ly/selvatechitops Website: www.learnitguide.net Facebook : facebook.com/selvatechitops Twitter : twitter.com/selvatechitops Instagram : instagram.com/selvatechitops Pinterest : www.pinterest.com/selvatechitops Telegram : t.me/selvatechitops Linkedin : www.linkedin.com/in/selvatechitops
Hi Selva. Please can you collaborate all your teaching into a streamline course. Which wil be helpful for the readers as in UA-cam we might miss some topic or getting the doubts clarified will be challenging
Yes, I can understand it. But due to other commitments and considering time. I coulndt make it. Thats why, I make videos in free time and upload to viewers for free. Also I will consolidate every individual topics to single videos as crash courses. So far, I have uploaded single video course for git, docker, kubernetes, jenkins.
Both are for variable assignment only. but there are few diference in it. $param_name - We used this format, because the variable is a plain text. So we can use such format. $(env_name) - We use this format when we have multiple commands or special charactors. On that case we can use this variable formats to avoid unnecessary syntax related issues, this will work in all variable formats.. Eg: $(uname -a)
Thank you for watching this video. Make sure you have Subscribed to our channel @selvatechitops for more interesting videos and stay connected with us on social networking sites to get further updates immediately.
Click here to Subscribe: bit.ly/selvatechitops
Website: www.learnitguide.net
Facebook : facebook.com/selvatechitops
Twitter : twitter.com/selvatechitops
Instagram : instagram.com/selvatechitops
Pinterest : www.pinterest.com/selvatechitops
Telegram : t.me/selvatechitops
Linkedin : www.linkedin.com/in/selvatechitops
Good to see you back
Thanks bro, keep provide your support and share with your friends..
Hi Selva. Please can you collaborate all your teaching into a streamline course. Which wil be helpful for the readers as in UA-cam we might miss some topic or getting the doubts clarified will be challenging
Yes, I can understand it. But due to other commitments and considering time. I coulndt make it. Thats why, I make videos in free time and upload to viewers for free. Also I will consolidate every individual topics to single videos as crash courses. So far, I have uploaded single video course for git, docker, kubernetes, jenkins.
@@SELVATechITOps Thanks Selva. It helps 👍 . Let me know if we can connect and I can clear other doubts regarding the topics/ skills
Hi Anna,
In the pipeline script we used parameters variable as $param_name but with credentials we used as ${env_name}. Why??
Both are for variable assignment only. but there are few diference in it.
$param_name - We used this format, because the variable is a plain text. So we can use such format.
$(env_name) - We use this format when we have multiple commands or special charactors. On that case we can use this variable formats to avoid unnecessary syntax related issues, this will work in all variable formats.. Eg: $(uname -a)
Thank you
hii, how to add the credential