I hereby claim:
- I am rigelreyes on github.
- I am rigelreyes (https://keybase.io/rigelreyes) on keybase.
- I have a public key ASCaS4fc-g9T914bfnue3rpQKXozV3-XRIVVtDU8egK9_Qo
To claim this, I am signing this object:
| def getProjectName() { | |
| return 'JenkinsPipeline' | |
| } | |
| def getJDKVersion() { | |
| return 'jdk1.8.0_101' | |
| } | |
| def getMavenConfig() { | |
| return 'maven-config' |
| def getProjectName() { | |
| return 'JenkinsPipeline' | |
| } | |
| def getJDKVersion() { | |
| return 'jdk1.8.0_101' | |
| } | |
| def getMavenConfig() { | |
| return 'maven-config' |
I hereby claim:
To claim this, I am signing this object:
| import "time" | |
| # Expect requests to only happen during work days (Monday through Friday) | |
| # 0 for Sunday and 6 for Saturday | |
| workdays = rule { | |
| time.now.weekday > 0 and time.now.weekday < 6 | |
| } | |
| # Expect requests to only happen during work hours (7:00 am - 6:00 pm) | |
| workhours = rule { |
| path "db_rsa_key/*" { | |
| capabilities = ["read", "list"] | |
| } |