Re: jenkins issue

2022-10-11 Thread pooja pooja
this is my deploy.sh file #!/bin/bash ssh ubuntu@65.0.256.137

Re: jenkins issue

2022-10-11 Thread Ivan Fernandez Calvo
one more thing to pass the Git credentials to your script you could check this articles https://www.jenkins.io/blog/2021/07/27/git-credentials-binding-phase-1/ https://www.youtube.com/watch?v=HSA_mZoADSw El martes, 11 de octubre de 2022 a las 18:28:26 UTC+2, Ivan Fernandez Calvo escribió: > Th

Re: jenkins issue

2022-10-11 Thread Ivan Fernandez Calvo
The error is related to something your script is doing, it is not related to Jenkins at all. Try to review the code you are executing and figure out which line is and what is wrong. Googling the error seems related to configuring the git user and git email and the git authentication when you ac