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:
parent
a650a53ae1
commit
3da7a8c8fd
1 changed files with 2 additions and 2 deletions
|
@ -82,12 +82,12 @@ def buildCleanupSteps(Map myParams, String kubeConfigRoot, String kubeconfig) {
|
|||
}
|
||||
}
|
||||
|
||||
pipeline {
|
||||
node {
|
||||
options {
|
||||
buildDiscarder(logRotator(daysToKeepStr: '7', numToKeepStr: '10'))
|
||||
lock resource: 'kube-arangodb'
|
||||
}
|
||||
agent any
|
||||
// agent any
|
||||
parameters {
|
||||
booleanParam(name: 'LONG', defaultValue: false, description: 'Execute long running tests')
|
||||
string(name: 'DOCKERNAMESPACE', defaultValue: 'arangodb', description: 'DOCKERNAMESPACE sets the docker registry namespace in which the operator docker image will be pushed', )
|
||||
|
|
Loading…
Reference in a new issue