Git Files sends to Windows Server By Jenkins Build

Viewed 17

I`m trying to pull Git Web Source to my local Disk... And i send to Windows remote Server over ftp by Jenkins...

but... i have problem like this... *(Transferred 0 file(s))

Building in workspace C:\ProgramData\Jenkins\.jenkins\workspace\web-test
The recommended git tool is: NONE
using credential Dev_ChangGeun
 > git.exe rev-parse --resolve-git-dir C:\ProgramData\Jenkins\.jenkins\workspace\web-test\.git # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url http://xxx.xxx.xxx.xxx:xxx/web # timeout=10
Fetching upstream changes from http://xxx.xxx.xxx.xxx:xxx/web 
 > git.exe --version # timeout=10
 > git --version # 'git version 2.36.0.windows.1'
using GIT_ASKPASS to set credentials 
 > git.exe fetch --tags --force --progress -- http://xxx.xxx.xxx.xxx:xxx/web +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
Checking out Revision xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (refs/remotes/origin/master)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # timeout=10
Commit message: "status color edit"
 > git.exe rev-list --no-walk xxxxxxxxxxxxxxxxxxxxxxx # timeout=10
FTP: Connecting from host [MY COMPUTER]
FTP: Connecting with configuration [REMOTE WINDOWS SERVER] ...
FTP: Disconnecting configuration [REMOTE WINDOWS SERVER] ...
FTP: Transferred 0 file(s)
Build step 'Send files over FTP' changed build result to SUCCESS
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS

My Jeknins Setting Info Like This.

enter image description here

enter image description here

Please let me know this problem if you know this. Thank you :)

0 Answers
Related