1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

node test

This commit is contained in:
Ewout Prangsma 2018-03-27 09:56:42 +02:00
parent 3da7a8c8fd
commit 825c9d28f8
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -83,10 +83,10 @@ def buildCleanupSteps(Map myParams, String kubeConfigRoot, String kubeconfig) {
}
node {
options {
/*options {
buildDiscarder(logRotator(daysToKeepStr: '7', numToKeepStr: '10'))
lock resource: 'kube-arangodb'
}
}*/
// agent any
parameters {
booleanParam(name: 'LONG', defaultValue: false, description: 'Execute long running tests')