Sebastiaan van Wagensveld
Site Reliability Engineer at Secure Code WarriorHi there! I'm Sebastiaan, a Site Reliability Engineer from Melbourne (Wurundjeri Country), Australia.
About meHi there! I'm Sebastiaan, a Site Reliability Engineer from Melbourne (Wurundjeri Country), Australia.
About meThe Soarer’s converter does 99% of the work.
A fork of a fork of a fork of an SSM Diff tool written in python.
rsync -ah –inplace –progress /Volumes/Samsung_T5/Music/* /Volumes/IPOD/Music
gpg –decrypt myKey.pgp | gpg –import
Using Job DSL
Create groovy files in a git repo under /vars/
A quick guide on how to host a WKD on a static website for automatic key discovery. You can give it a shot with my email gpg –locate-keys t@svw.au
def paramsStringBuilder = new StringBuilder() params.each { param -> paramsStringBuilder.append("${param.key}: ${param.value} “) } currentBuild.description = paramsStringBuilder.toString()
Add the following to your ~/.ssh/config file Host bitbucket.org HostName bitbucket.org PubkeyAcceptedKeyTypes +ssh-rsa