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

Add script tag

parent 01c78498
......@@ -174,6 +174,7 @@ pipeline {
}
stage('Autobahn Testsuite') {
steps {
script {
def baseDir = pwd()
def sourceDir = "$baseDir/sources"
def buildDir = "$baseDir/build"
......@@ -202,6 +203,7 @@ pipeline {
}
}
}
}
stage('Notify') {
steps {
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