diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-01-11 17:15:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 17:15:31 -0500 |
commit | 4fdc5b786172dc165e3da052c9ab120d601a80a8 (patch) | |
tree | e6590e19b719d840c69fd054842713633151a6a3 /src/BuildConfig.groovy | |
parent | 3dd293c4767ad012949c5fc5056cf5f9101dd840 (diff) | |
download | jscu_refactor-4fdc5b786172dc165e3da052c9ab120d601a80a8.tar.gz |
Preliminaries for functionality testing (#29)1.3.1
* Minor adjustments to allow folder-level library loading in Jenkins
* Switched to default master node label
* Added first pass at a functionality-testing Jenkinsfile and pytest suite.
* Removed redundant `@Grab` of `github-api` library.
Diffstat (limited to 'src/BuildConfig.groovy')
-rw-r--r-- | src/BuildConfig.groovy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index fd41ef4..e42ec71 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -1,5 +1,4 @@ // src/BuildConfig.groovy -package BuildConfig; class BuildConfig implements Serializable { def nodetype = "" |