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
825c9d28f8
commit
905ddeb4c7
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ node {
|
|||
string(name: 'ENTERPRISEIMAGE', defaultValue: '', description: 'ENTERPRISEIMAGE sets the docker image used for enterprise tests)', )
|
||||
}
|
||||
def myParams = [:];
|
||||
stages {
|
||||
//stages {
|
||||
stage("Prepare") {
|
||||
steps {
|
||||
script {
|
||||
|
@ -133,7 +133,7 @@ node {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in a new issue