Commit 8a46e1b6 authored by Samir Halilcevic's avatar Samir Halilcevic

Add script tag

parent 01c78498
...@@ -174,6 +174,7 @@ pipeline { ...@@ -174,6 +174,7 @@ pipeline {
} }
stage('Autobahn Testsuite') { stage('Autobahn Testsuite') {
steps { steps {
script {
def baseDir = pwd() def baseDir = pwd()
def sourceDir = "$baseDir/sources" def sourceDir = "$baseDir/sources"
def buildDir = "$baseDir/build" def buildDir = "$baseDir/build"
...@@ -202,6 +203,7 @@ pipeline { ...@@ -202,6 +203,7 @@ pipeline {
} }
} }
} }
}
stage('Notify') { stage('Notify') {
steps { steps {
collectResults(config, PrettyJobName) collectResults(config, PrettyJobName)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment