mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Testfoo
This commit is contained in:
parent
905ddeb4c7
commit
8d86df63dd
1 changed files with 7 additions and 7 deletions
|
@ -82,12 +82,12 @@ def buildCleanupSteps(Map myParams, String kubeConfigRoot, String kubeconfig) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
node {
|
pipeline {
|
||||||
/*options {
|
options {
|
||||||
buildDiscarder(logRotator(daysToKeepStr: '7', numToKeepStr: '10'))
|
buildDiscarder(logRotator(daysToKeepStr: '7', numToKeepStr: '10'))
|
||||||
lock resource: 'kube-arangodb'
|
lock resource: 'kube-arangodb'
|
||||||
}*/
|
}
|
||||||
// agent any
|
agent any
|
||||||
parameters {
|
parameters {
|
||||||
booleanParam(name: 'LONG', defaultValue: false, description: 'Execute long running tests')
|
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', )
|
string(name: 'DOCKERNAMESPACE', defaultValue: 'arangodb', description: 'DOCKERNAMESPACE sets the docker registry namespace in which the operator docker image will be pushed', )
|
||||||
|
@ -95,8 +95,8 @@ node {
|
||||||
string(name: 'TESTNAMESPACE', defaultValue: 'jenkins', description: 'TESTNAMESPACE sets the kubernetes namespace to ru tests in (this must be short!!)', )
|
string(name: 'TESTNAMESPACE', defaultValue: 'jenkins', description: 'TESTNAMESPACE sets the kubernetes namespace to ru tests in (this must be short!!)', )
|
||||||
string(name: 'ENTERPRISEIMAGE', defaultValue: '', description: 'ENTERPRISEIMAGE sets the docker image used for enterprise tests)', )
|
string(name: 'ENTERPRISEIMAGE', defaultValue: '', description: 'ENTERPRISEIMAGE sets the docker image used for enterprise tests)', )
|
||||||
}
|
}
|
||||||
|
stages {
|
||||||
def myParams = [:];
|
def myParams = [:];
|
||||||
//stages {
|
|
||||||
stage("Prepare") {
|
stage("Prepare") {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
@ -133,7 +133,7 @@ node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
|
Loading…
Reference in a new issue