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"
......@@ -201,6 +202,7 @@ pipeline {
}
}
}
}
}
stage('Notify') {
steps {
......
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