Commit 23a1df37 authored by Samir Halilcevic's avatar Samir Halilcevic

Testagain

parent 031641cb
......@@ -171,6 +171,7 @@ pipeline {
steps {
node(docker) {
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