I hereby claim:
- I am rsandell on github.
- I am rsandell (https://keybase.io/rsandell) on keybase.
- I have a public key ASBY1X9LAa5-ACkENkkoa2yT50CCy32rNtCrrkayDIKFogo
To claim this, I am signing this object:
pipeline { | |
agent docker: "maven:3.3.9-jdk-8" | |
environment { | |
MAVEN_OPTS = "-Xmx1024m" | |
} | |
stages { | |
stage("Build") { |
class Consts { | |
static final String jar = "/home/rsandell/jenkins/cje2/war/WEB-INF/jenkins-cli.jar" | |
static final String java = "/home/rsandell/java/jdk1.8.0_73/bin/java" | |
static final String url = "http://bobby.local:8081" | |
static final String cli = "${java} -jar ${jar} -s ${url}" | |
} | |
final String remotePluginsFile = "/home/rsandell/jenkins/active.txt" | |
def getInstalledPlugins() { | |
"${Consts.cli} list-plugins".execute().text.readLines().collect { String line -> |
I hereby claim:
To claim this, I am signing this object:
/* | |
* The MIT License | |
* | |
* Copyright (c) 2015 CloudBees, Inc. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
* copies of the Software, and to permit persons to whom the Software is |
#!/usr/bin/env groovy | |
/* | |
* The MIT License | |
* | |
* Copyright (c) 2015 CloudBees, Inc. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
/* | |
The MIT License | |
Copyright 2014 Sony Mobile Communications AB. All rights reserved. | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
/* | |
The MIT License | |
Copyright 2014 Sony Mobile Communications AB. All rights reserved. | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |