More pretty formatting.

This commit is contained in:
Manuele Simi 2019-05-28 17:01:30 +02:00
parent 26d46859ec
commit 8793e00371
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -23,8 +23,8 @@ pipeline {
build 'authorization-common-library'
build 'gxRest'
}
script {
echo "Done with core components"
script {
echo "Done with core components"
}
}
}