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

Testagain

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