Re: jenkins issue

2022-10-12 Thread pooja pooja
I tried above videos and whatever suggestion avaialable in google but still am getting same issue On Wed, Oct 12, 2022, 2:22 PM Iván Fernández Calvo wrote: > You do not pass any credentials around the script in the pipeline, > So the command “git pull” failed because does not have a way to > au

Re: jenkins issue

2022-10-12 Thread Iván Fernández Calvo
You do not pass any credentials around the script in the pipeline,So the command “git pull” failed because does not have a way to authenticate. Check the article and the video of my previous message, there is explained how to pass credentials to your script.El 12 oct 2022, a las 8:13, pooja pooja

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

Re: jenkins issue

2022-10-10 Thread Mithun Raj
1. Update your OS, 2. Check if the Git credentials are injected correctly, If running from bastion host or jump box make sure your git hub or enterprise hostnames and IP are updated (ask git admin) in the hosts file under /etc/hosts 3. Update—env is the Git global env for git You can either set o

Re: jenkins issue

2022-10-10 Thread Mark Waite
On Monday, October 10, 2022 at 6:19:34 AM UTC-6 Pooja wrote: > in jenkins am getting below error > New release '22.04.1 LTS' available. Run 'do-release-upgrade' to upgrade > to it. > That message is displayed when you're running an older version of Ubuntu, like 20.04 or 18.04. They are tryin

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-03-01 Thread iqbal md
Thanks all for your support. The issue got resolved after upgrading Jenkins to the latest version i.e. 2.89 along with latest plugins. All the plugins have been installed via Plugin Manager feature available in Jenkins. -- You received this message because you are subscribed to the Google Group

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-26 Thread Slide
Several of the pipeline plugins have dependencies on plugins that require a newer version of Jenkins, there is a warning in the plugin manager about this when you are installing things. If you upgraded the pipeline plugins, then this dependency was probably upgraded as well and requires at least 2.

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-26 Thread iqbal md
Hi Mark, I am using Jenkins 2.7.2. I tried installing the latest version of Pipeline:Job(workflow-job) plugins along with all the dependencies but still I am facing the same issue. Is it some problem with the Jenkins version, do I need to install the latest Jenkins version here or is it just the

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-24 Thread Daniel Beck
> On 24. Feb 2018, at 05:26, Mark Waite wrote: > > Installing a plugin by directly uploading an hpi file will not install any > additional dependencies, even if they are required. This was fixed (for uploads through the UI) in Jenkins 2.1. -- You received this message because you are subscri

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-23 Thread iqbal md
Thanks Mark. Actually I have tried installing the plugins via Plugin Manager as well but that didn't resolve my issue. I will try installing the latest workflow-job first followed by other plugins, will see if that addresses my issue, will keep you posted. With Regards Iqbal -- You received t

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-23 Thread Mark Waite
On Fri, Feb 23, 2018 at 9:16 PM iqbal md wrote: > Thanks Mark. > > I am bit curious to understand how did you manage to avoid installing > additional dependencies beyond the ones which you have already installed in > your image. As far as am aware once you install any plugin via Plugin > Manager

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-23 Thread iqbal md
Thanks Mark. I am bit curious to understand how did you manage to avoid installing additional dependencies beyond the ones which you have already installed in your image. As far as am aware once you install any plugin via Plugin Manager or directly uploading a hpi file in the Advanced section

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-21 Thread Mark Waite
I continue to suspect that the problem is due to manually uploading plugins without satisfying all the dependencies. You might try installing the support-core plugin. Use it to generate a support bundle so that it can be compared with a working system. As an experiment, I installed the email-e

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-21 Thread iqbal md
Hi Mark, Thanks for replying. I am using Oracle Java 1.8. I have tried installing the email-extension template from the "Manage Plugins" section as well as installed the .hpi file. In both the cases it installed the necessary dependencies, meaning I didn't observed any difference there with r

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-20 Thread Mark Waite
The RunWithSCM class is part of Jenkins core. The report of class not found for a class in Jenkins core is quite surprising. You say that you're running "Java 1.8". Are you running Oracle Java 1.8, OpenJDK 1.8, or IBM Java 1.8? If you're using IBM Java 1.8, then there are known problems running

Re: Jenkins "Issue Tracker" Unable to login(https://issues.jenkins-ci.org)

2016-11-24 Thread easonjim1919
Thanks to Daniel Beck for your help. I re-use Google mailbox registered an account, now Wiki and Jira can log on. thank you very much. On Thursday, November 24, 2016 at 4:09:48 PM UTC+8, Daniel Beck wrote: > > > > On 21.11.2016, at 14:37, easonj...@gmail.com wrote: > > > > userid:easonjim > >

Re: Jenkins "Issue Tracker" Unable to login(https://issues.jenkins-ci.org)

2016-11-24 Thread Daniel Beck
> On 21.11.2016, at 14:37, easonjim1...@gmail.com wrote: > > userid:easonjim Your account exists but it apparently wasn't synced to Jira. I'm still working to figure out a solution, but if you can deal with a different user name, you could just register a new account instead of waiting. -- Y

Re: Jenkins "Issue Tracker" Unable to login(https://issues.jenkins-ci.org)

2016-11-21 Thread easonjim1919
Thank you very much for your reply I have modified my account to send message email address email:easonjim1...@gmail.com userid:easonjim On Monday, November 21, 2016 at 3:09:44 AM UTC+8, Daniel Beck wrote: > > > > On 20.11.2016, at 19:53, easonj...@gmail.com wrote: > > > > I am sure I have regi

Re: Jenkins "Issue Tracker" Unable to login(https://issues.jenkins-ci.org)

2016-11-20 Thread easonjim1919
my userid:easonjim 在 2016年11月21日星期一 UTC+8上午3:31:59,easonj...@gmail.com写道: > > Thank you very much for your reply > I have modified my account to send message email address > > 在 2016年11月21日星期一 UTC+8上午3:09:44,Daniel Beck写道: >> >> >> > On 20.11.2016, at 19:53, easonj...@gmail.com wrote: >> > >> >

Re: Jenkins "Issue Tracker" Unable to login(https://issues.jenkins-ci.org)

2016-11-20 Thread easonjim1919
Thank you very much for your reply I have modified my account to send message email address 在 2016年11月21日星期一 UTC+8上午3:09:44,Daniel Beck写道: > > > > On 20.11.2016, at 19:53, easonj...@gmail.com wrote: > > > > I am sure I have registered the account at this site( > https://accounts.jenkins.io). >

Re: Jenkins "Issue Tracker" Unable to login(https://issues.jenkins-ci.org)

2016-11-20 Thread Daniel Beck
> On 20.11.2016, at 19:53, easonjim1...@gmail.com wrote: > > I am sure I have registered the account at this > site(https://accounts.jenkins.io). The email address you used to send this message is not used for an account. Unless you provide more information, we cannot help you. -- You receiv