I hereby claim:
- I am pianomanx on github.
- I am pianomanx (https://keybase.io/pianomanx) on keybase.
- I have a public key ASCM7rHCSchApD5DOwT9r0ODIGE-DUIbo6bDHfwGeCR5tgo
To claim this, I am signing this object:
| pipeline { | |
| agent { | |
| docker { | |
| image 'maven:3-alpine' | |
| args '-v /root/.m2:/root/.m2' | |
| } | |
| } | |
| stages { | |
| stage('Build') { | |
| steps { |
| // What system are we connected to? | |
| systeminfo | findstr /B /C:"OS Name" /C:"OS Version" | |
| // Get the hostname and username (if available) | |
| hostname | |
| echo %username% | |
| // Get users | |
| net users | |
| net user [username] |
| #!groovy | |
| import groovy.json.JsonOutput | |
| import groovy.json.JsonSlurper | |
| def label = "mypod-${UUID.randomUUID().toString()}" | |
| podTemplate(label: label, yaml: """ | |
| spec: | |
| containers: | |
| - name: mvn | |
| image: maven:3.3.9-jdk-8-alpine |
I hereby claim:
To claim this, I am signing this object:
| # ******************************************************************************** | |
| # | |
| # Script Name: DangItBobby.ps1 | |
| # Version: 1.0.0 | |
| # Author: bluesoul <https://bluesoul.me> | |
| # Date: 2016-04-06 | |
| # Applies to: Domain Environments | |
| # | |
| # Description: This script searches for a specific, logged on user on all or | |
| # specific Computers by checking the process "explorer.exe" and its owner. It |