asquarezone/JenkinsZone

Jenkins Project - Workspace projects folder empty

Opened this issue · 0 comments

Hello,

I created 3 project in Jenkins, I can see the job and execution contents but I do not see anything in my workspace project folders (I can see the project but noting inside their folders):

root@ip-172-31-37-237:/var/lib/jenkins/workspace# ll
total 20
drwxr-xr-x 5 jenkins jenkins 4096 Apr 27 07:11 ./
drwxr-xr-x 15 jenkins jenkins 4096 Apr 27 07:15 ../
drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 01:39 helloworld/
drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 07:02 project2/
drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 07:11 project3/
root@ip-172-31-37-237:/var/lib/jenkins/workspace# cd helloworld/
root@ip-172-31-37-237:/var/lib/jenkins/workspace/helloworld# ls
root@ip-172-31-37-237:/var/lib/jenkins/workspace/helloworld# ls -la
total 8
drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 01:39 .
drwxr-xr-x 5 jenkins jenkins 4096 Apr 27 07:11 ..
root@ip-172-31-37-237:/var/lib/jenkins/workspace/helloworld# cd ../project2
root@ip-172-31-37-237:/var/lib/jenkins/workspace/project2# ls -la
total 8
drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 07:02 .
drwxr-xr-x 5 jenkins jenkins 4096 Apr 27 07:11 ..
root@ip-172-31-37-237:/var/lib/jenkins/workspace/project2#

Regards,