We are a group of three executing a project using MEANJS, Bitbucket is our source of control, and we use Jenkins to automate testing and CI. We want to use Jenkins to pull out from Bitbucket, build and run tests, and then deploy the project via SSH to another machine.
We have a connection between Bitbucket and Jenkins, Jenkins is hosted on a Windows server, after which we want to deploy our project via SSH, and we can connect to our CentOS server using SSH, the connection is successful, but the transfer always has 0 files:
Started by user Centris Building in workspace C:\Program Files (x86)\Jenkins\workspace\Evert > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url https:
Our project is called Evert and therefore it is under the \ Evert workspace.
We tried all line forms for our source files from the full path to what we have now:
Evert\**\*
We will also remove the prefix as:
Evert\
we tried the following: Jenkins uploaded 0 files using publishing via the SSH plugin , but we still have the same problem. Someone can tell us what could be the problem.
ssh jenkins
Hulda lรกrusdรณttir
source share