0
votes
0answers
24 views

Jenkins can't clone git repo but can ssh

I'm attempting to automate a build using a Jenkins CI installation on Windows 7. I've set up Jenkins to use the 'execute Windows batch command' and in here first call ssh -vT git@ourserver and ...
0
votes
0answers
29 views

Move files over SSH with jenkins outside the workspace

I am trying to make a job for a liferay plugin and make it build the war and then transfer it to a remote liferay portal via the Publish over SSH plugin. The workspace for my job is in the SDK ...
0
votes
0answers
25 views

Jenkins exec exit status is [-1] despite status 0

I have a job configured in Jenkins, that executes an script on host using Publish over SSH plugin. The artifacts are transferred and script starts executing. But the build becomes unstable with below ...
1
vote
2answers
73 views

SSH Login with Password in URL

I have Jenkins cloning the Git repository at ssh://user@ip/repo/ and it all works fine, but I need to login with a password, which Jenkins doesn't support. Is there a way to login with the ...
0
votes
0answers
36 views

Jenkins parameterized build - Parameters that are functions of other parameters

I am trying to define these default values for parameters in my Jenkins parameterized build: p1 = x p2 = ${p1}y // should evaluate to "xy" The problem is that when I build, p2 gets set to ${p1}y ...
1
vote
1answer
82 views

Jenkins: connect to slave via SSH with a different user name

I have a master running with user xxx on a machine M1. I want to run a slave on machine M2 with user YYY. I have a private-public key in place between the two machines so that I can do [XXX@M1]$ ...
0
votes
1answer
64 views

Jenkins SSH plugin - change the base directory for fileset (by default it is workspace. )

I need to find a way to change the base directory for fileset while using Jenkins SSH plugin -by default the base directory is workspace. IS there a way to do this
1
vote
0answers
178 views

Authentication error when setting up Jenkins to talk to git

I am trying to setup Jenkins on windows that would talk to a remote Android git repository. I However, keep getting the following error: Using strategy: Default Cloning the remote Git repository ...
2
votes
1answer
305 views

Jenkins hanging at “Fetching upstream changes from origin”

I'm trying to set up Jenkins on a Windows Server 2012 machine, and I'm having a lot of difficulty. Things I've done: Created a password-less id_rsa, and id_rsa.pub Created a known_hosts file for ...
1
vote
1answer
121 views

git jenkins scm plugin Permission denied

When I try to set up a job to build a project from a git repository I get an error: Failed to connect to repository : Command "git ls-remote -h ssh://git@ssh://git@host.com/path/to/repos.git HEAD" ...
0
votes
2answers
126 views

Pulling from git from Jenkins on Heroku

I have Jenkins running on heroku (using the war file). I'm using bitbucket and have added the Jenkins service to my private repository, which is all working fine. When I push my changes to the remote ...
1
vote
3answers
1k views

Managing SSH keys within Jenkins for Git

I'm trying to get Jenkins up and running with a GitHub hosted repository (using the Jenkins Git plugin). The repository has multiple git submodules, so I'm not sure I want to try and manage multiple ...
0
votes
0answers
48 views

jenkins running phing task cannot create folder inside /var/virtual running git clone

I am running Jenkins which in turn is running phing tasks. The phing task is simply git clone -b develop <ssh-url> <brand-new-folder-path> I checked that I can run ssh -t ...
1
vote
2answers
76 views

Maven Build cannot deploy to Javadoc server: missing SSH known_hosts

We are using CloudBees Jenkins to run a Maven job and the build is failing when it tries to deploy Javadoc to our private Javadoc server. This is the error in the logs: The authenticity of host ...
0
votes
1answer
289 views

EC2 Ubuntu Capistrano issue (NoMethodError: undefined method `each' for “publickey”:String)

I've exhausted myself and my resources attempting to recreate what I must have miraculously created last week. I'm using an EC2 micro instance running Ubuntu 12.10 x64 to create a test server for CI ...
0
votes
1answer
204 views

Jenkins issue with checkouts from remote Git repository

I have Jenkins v1.500 installed on a Windows 7 Pro box along with Git v1.8.1.msysgit.1 We have recently installed Git v1.7.1 on a remote Linux box, SSH has been setup and works when remoting to the ...
0
votes
1answer
298 views

How to run a command over SSH automatically on Windows

I have two Windows boxes. One is Jenkins build server. Second one is deployment box. I have installed SSH and created a user on the deployment Windows box. I can ssh to it from my Ubuntu workstation ...
1
vote
0answers
377 views

Compile error during running Selenium tests remotely from jenkins

I am trying to run selenium tests from a remote machine through Jenkins (Jenkins is running as root). I am able to run the tests perfectly by SSH through terminal but when I try to run the tests from ...
0
votes
0answers
226 views

Jenkins, how to start/shutdown remote Jboss server through SSH tunnel

I have successfully been using the JBoss plugin for Jenkins to start/shutdown local Jboss server. Now I would like to remotely start/shutdown a remote JBoss server, through an SSH tunnel. I tried just ...
3
votes
2answers
316 views

Jenkins running phing exectask. Exectask uses ssh agent forwarding. Permission denied. How to resolve?

What went wrong I have a ubuntu 12.10 server. I installed Jenkins and Nginx in the same server. The /var/virtual where Nginx is supposed to server files from has a permission settings of ...
-1
votes
2answers
231 views

Trouble setting up Jenkins for GIT

I have been trying to set up Jenkins on my MAC for CI. I have generated a public key as a Jenkins user and placed it on my git server in the associated_keys file. It still throws up an error saying ...
6
votes
1answer
273 views

Automating SSH to windows with Ruby

I have a 13 windows servers running Jenkins Slaves. For some reason (windows updates?), the Jenkins slaves periodically quit working and the Jenkins Slave service needs to be restarted. If I ...
0
votes
1answer
54 views

How to give contractors proper access to my work process?

I work with Rails and deploy applications to servers using Capistrano. I have a Jenkins server (on my own linode). What I'd like to know is how to setup a contractor so they have enough access to get ...
1
vote
0answers
267 views

Jenkins “Invalid Login Information”

I have Jenkins setup to use Unix user/group database security but I cannot login with any users I create other than the one that's running the Jenkins service. Logging in on the server via ssh or su ...
0
votes
2answers
483 views

Jenkins and Stash setup ssh key

Im setting up jenkins and stash on the same server. Stash is working well trought http. To let jenkins connect to stash I created a ssh (with the jenkins user and the key is stored into ...
0
votes
1answer
179 views

FreeSSHd in jenkins and from commandline

i have installed fresshd in one of my windows server.now i am connect to the system through putty. It is working fine. my issue us when i am running from command line PuTTY.lnk -ssh -2 -P 22 ...
1
vote
1answer
165 views

I am getting error ssh exit staus 1

In jenkins post build action I configured Execute shell script on remote host using ssh ssh site 10.32.25.66, command: cd $HOME/appsadm/bin; ./ims-carte-stop and i again modified cd ...
5
votes
2answers
963 views

Deploying via Capistrano through Jenkins - SSH authentication failed

I've got a Jenkins build that runs a Capistrano deploy as a post-build action. Running the Capistrano task as the Jenkins user from the console works absolutely fine and without a password prompt ...
1
vote
1answer
949 views

Jenkins Windows Master to connect to Slave Mac OSX

I have Jenkins set up on both my Windows7 PC and a Mac mini in order to build the various platforms (Blackberry, Android and iOS projects) Problem I've encounered is the Win7 Master jenkins can't ...
1
vote
1answer
486 views

Git pull failed, get “The remote end hung up unexpectedly”, Windows XP Jenkins slave

We have a legacy project has to be built on a windows XP machine, so we set it up as a Jenkins slave. We believe we've set up environment properly, because we can successfully run "Git Pull" in both ...
2
votes
2answers
2k views

Setting up jenkins on centos: problems with ssh keys and git

Went through a lot of questions, but nothing seems to be solving my issue. Or to be more precise I am not sure if I am doing the whole thing correctly. So here it is: Have installed centos 6.3 OS. ...
0
votes
1answer
518 views

Jenkins, bitbucket, mercurial with SSH

I've already set jenkins up so that it pulls the code from bitbucket repo, but to do that I had to start using SSH instead of HTTPS, so I reconfigured mercurial to do so. However, I can't push files ...
0
votes
2answers
97 views

How do I let jenkins and m2eclipse share the same maven repository

How do I configure m2eclipse ( maven plugin for eclipse ) to use a centralized maven repository that is also used in jenkins. The default user settings in m2eclipse is something like "home/user/.m2" ...
1
vote
1answer
1k views

git clone/ssh under jenkins

I am using stash as a git repository manager. stash enables you to add ssh keys for each user trying to connect and clone from it. I have configured it fine for all unix users but windows is giving me ...
0
votes
1answer
563 views

Jenkins Text-finder unable to success my Build

I am usnig SSH plugin to run commands on Linux server, i started one script using SSH that script takes more than 1 hr time to run , i dont want to wait that much time so i put 30 sec time at Exec ...
1
vote
2answers
274 views

ssh site as parameter of jenkins job

I use jenkins to connect towards a ssh site and do some operation. This is possible through Publish Over SSH Plugin and it works well, but I have a lot of server and to use a ssh site I need to ...
1
vote
1answer
466 views

Jenkins, Mercurial, Bitbucket and SSH not working

I'm trying to set up Jenkins to pull from a bitbucket repo (on Windows Server 2008). I've generated a key, uploaded it to bitbucket, configured Mercurial to use Plink, am running Pageant, and can ...
3
votes
3answers
577 views

Jenkins, fetch git submodule over ssh with multiple users?

don't know if the title describes anything about what I'm trying to say but here it is: I would like to know what would be the "best practice" when setting up Jenkins with git submodules. Both the ...
1
vote
1answer
924 views

Jenkins configuration with ssh passphrase

I am able to run a jenkins build with a local git repository, but only with no-passphrase ssh key. When I have passphrase, I start getting permission issues in the build. How can i configure jenkins ...
1
vote
4answers
1k views

Jenkins, git, submodules with custom URL (SSH)

Problem is simple: the main git repository can be accessed by Jenkins with ssh://ci_ro@server (works well), but I have submodules whose URL is different: ssh://server (without defining some user, this ...
1
vote
1answer
1k views

Changing the user running a Jenkins process

I wonder how to change the user starting a jenkins server on my ubuntu. In http://[server]:8080/systemInfo page I can find an environment variable: USER jenkins My motivation is to set to user ...
5
votes
3answers
3k views

EC2/AWS, Jenkins, Git, SSH

[Update2] So is it OK that when I run git from the CLI it prompts me for the password? I am able to access the github servers with the passphrase for the ssh private key, but I am never prompted for ...
4
votes
1answer
3k views

Jenkins - Unable to git clone from slave node. SSH keys

I have just set up my first Jenkins slave. I run the build, and I hit problems with the SSH keys. The master Jenkins server is running under the user 'jenkins'. I have set up the SSH keys such that I ...
0
votes
2answers
2k views

setting up ssh for Jenkins to use at runtime

I need some Jenkins jobs to have shell command line access to some other machines via ssh. How can I do this? I do not have the password of the target server[s], but I have a 'key' file, but when I ...
2
votes
2answers
2k views

How can I change the working directory when I run a script with ant sshexec in Jenkins?

I have a ant target where I successfully use a sshexec-task to install a server using tomcat on OpenSuse 11. My problem comes when I try to run a script that start the newly installed server. I need ...
3
votes
2answers
511 views

Jenkins seems to be the target for nohup in a script started via ssh, how can I prevent that?

I am trying to create a Jenkins job that restarts a program that runs all the time on one of our servers. I specify the following as the command to run: cd /usr/local/tool && ./tool stop ...
0
votes
1answer
343 views

Running Jenkins without Tomcat, attempting to SSH

I am not running jenkins through tomcat; I am instead running it as... I don't really know. I installed it through yum, and I run it. I pay for the development of around fifty small java ...
0
votes
1answer
402 views

Problems running svn+ssh from Jenkins in OS X using ssh keys

Trying to run a simple svn list svn+ssh://... from within jenkins on os X, as an execute shell step. The job is not linked to a SVN repository - I am trying to do an svn list manually on the tags ...
0
votes
1answer
384 views

Bash script won't release for Jenkins when calling subscript

I have a script that calls a subscript and attempts to release/disown this script so that Jenkins calling the script can complete successfully. It seems to release the script on the command line, so ...
1
vote
1answer
1k views

Jenkins SSH issue on Mac OS X installed by homebrew

I installed Jenkins CI from homebrew (brew install jenkins). So, it runs under my own user. Everything works fine except for SSH access to my Git repository. I do not want to create a separate user ...

1 2