[JCasC] can i utilize variables?

2020-07-23 Thread j
Hi! I am new to this. I have been trying to figure out a way to utilize variables in the yaml file. Help. Regards, J -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Bitbucket Branch Source Plugin: I/O error when accessing URL

2020-07-23 Thread Saravanan Manickam
All you need to do is, stop the Jenkins process, and get the certificates from your bitbucket server and add them to the java process of Jenkins and start that. This will make sure to get the repos listed and you'll not hit any certificates error.

Help needed with setting up credentials for Bitbucket-branch-source-plugin

2020-07-23 Thread Ashish Sharma
Dear community, I need help in understanding how setting up credentials work for this plugin. Does this require system admin level username / password or any user credentials (who has read access on repo) can be provided. Also any limitations on what kind of directory that user is coming from?

Comples workflow help

2020-07-23 Thread Jacek Nykis
Hello, I hit a possible Jenkins limitation and would like to ask if any had and solved similar problems. Some of my projects have complex deployment workflows so they are split into multiple jobs. For example one job to run tests and create deb package artifact, then another one to deploy to

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread jeremy mordkoff
I think the issue is that the client does not trust the server's host key. These keys are stored by the client in ~/.ssh/known_hosts Try copying/appending your .ssh/known_hosts file to jenkins' On Monday, July 20, 2020 at 5:43:39 PM UTC-4, Sakshi Rathore wrote: > > 0I have a bash script

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread Sakshi Rathore
Yes /home/user/.ssh/authorized_keys is complete path On Thu, 23 Jul, 2020, 2:28 PM 'Dirk Heinrichs' via Jenkins Users, < jenkinsci-users@googlegroups.com> wrote: > Am Donnerstag, den 23.07.2020, 13:08 +0200 schrieb Sakshi Rathore: > > * Add the public key on ~/.ssh/authorized_keys *This was

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, den 23.07.2020, 13:08 +0200 schrieb Sakshi Rathore: > [07/23/20 11:03:50] [SSH] WARNING: The SSH key for this host does not > match the key required in the connection configuration. Connections > will be denied until the host key matches the configuration key. You're sure you

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, den 23.07.2020, 13:08 +0200 schrieb Sakshi Rathore: > * Add the public key on ~/.ssh/authorized_keys This was done You did that on the agent, I guess, and "~" here means "the /home of the user" you try to connect as? HTH... Dirk -- Dirk HeinrichsSenior Systems Engineer, Delivery

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread Sakshi Rathore
i managed to resolve login problem but still facing issue while connecting my remote server using ssh key to jenkins. i have shell script also where i am doing ssh connection from local to remote and normal execution is working fine without jenkins but when i schedule a build in jenkins it fails.

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread Sakshi Rathore
Unfortunately i dont hv duplicate instance openą„¤ I only have ssh-key to login to the server which was working before Any other way to implement this? On Wed, 22 Jul, 2020, 5:54 PM jeremy mordkoff, wrote: > ouch. I always keep one window open ssh'd in as root when I play with > sshd_config.