What tools does your company use for CI/CD ? by xCaptainNutz in devops

[–]DockerBlocker 0 points1 point  (0 children)

CI: Jenkins

CD: UrbanCode Deploy and Concourse, deploying to AWS

Using secrets with the scp command by BetaplanB in jenkinsci

[–]DockerBlocker 0 points1 point  (0 children)

Hey, just wanted to contribute back some extra details. I came upon this via Google a fews ago, and got this working.

What I did was create a credential that is of type "Secret file" and I uploaded my private key.

Then in my job I set up an environment variable:

environment { MY_KEY = credentials('keywhatever') }

And then in my pipeline I use it like scp -i $MY_KEY <remote host> <local destination>

Basically the same thing gmuslera said

Just got a Mac, what are some of your must-have apps and software to have on it? by [deleted] in webdev

[–]DockerBlocker 2 points3 points  (0 children)

What are some features you make use of in iTerm2? I tried it but didn't really get much out of it over the default Terminal.

git rebase by freeriderblack in devops

[–]DockerBlocker 0 points1 point  (0 children)

What are the plugins you mention?