diff --git a/Jenkinsfile b/Jenkinsfile index 4345ea1..6ecf08e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,6 +85,7 @@ [ run: { echo "Building packages"; + lazyGit.log() sh "mkdir -p target/packages && echo 'testpkg' > target/packages/\${DIST}.pkg" }, in: [ 'ubuntu-16', 'centos-7', ],