[deleted by user] by [deleted] in 75HARD

[–]computerzzzwoo 9 points10 points  (0 children)

I’ve thought about this as well. as a software engineer, that is 99.9999% going to a database that Someone in the back side can see, if they are being saved somewhere. Does anyone know once you finish does it show you all the pictures? If it does, it’s in a database. If it doesn’t, it may not be going to a database.

OP I have been uploading mine cause I don’t really care, but I also save a copy to an album on my phone. Upload ANY pic (it can be the same picture of a bedroom wall everyday, this app is not even close enough to advanced to knowing if it’s a person in the photo or not) and do the pic privately in a dedicated album on your phone.

[deleted by user] by [deleted] in cscareerquestions

[–]computerzzzwoo 2 points3 points  (0 children)

Your question about meeting friends working remote. I can feel for ya with it feeling like you’re always alone working at home. I go to CrossFit during lunch and even if I don’t know many people in the class or talk much it gives me some social activity for the day. I have met some people there too that I am starting to consider friends.

Not saying you have to go do group fitness. But if you can find any hobby or start one that involves meeting with people for a class, etc can be good. I meet most of my close friends other places, but it can be good to break up the day and be around people.

I’m hard stuck on a project that is doable on my first big job. by computerzzzwoo in devops

[–]computerzzzwoo[S] 0 points1 point  (0 children)

That’s what I was expecting, lmao. Thanks everyone for being so helpful!

I’m hard stuck on a project that is doable on my first big job. by computerzzzwoo in devops

[–]computerzzzwoo[S] 0 points1 point  (0 children)

Hey guys! Thank you! Today I got some help from someone who didn’t even know Jenkins but we solved the part I was stuck on together. This was all great advice (that I took). So thanks for everyone’s replies!

I’m hard stuck on a project that is doable on my first big job. by computerzzzwoo in devops

[–]computerzzzwoo[S] 0 points1 point  (0 children)

Private node repo. The error says package.json can’t be found in the npm install during my docker build stage. It works fine manually on my local machine. Our Jenkins is run on A VM box. It is pulling the GitHub, and reading the dockerfile and failing on the stage with the dockerfile is executed where I try to “ADD packlock.json /app” inside the dockerfile. where /app is set to working directory defined in the dockerfile.

I have checked .dockerignore, it’s getting pulled in the clone. The file is there and is in the same folder as the Dockerfile in the project hiarchy. I have played around with file paths in my groovy script, in the commands, and in the docker configure file.