diff --git a/.Jenkinsfile b/.Jenkinsfile index 9a629b1..9d9ca41 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -18,11 +18,11 @@ pipeline { sh 'echo "Building ${env.JOB_NAME}..."' sh '/usr/bin/generate-git-snapshot' sh '/usr/bin/build-and-provide-package' - # Lintian + /* Lintian */ sh 'mkdir -p report' - # For the source package: + /* For the source package */ sh '/usr/bin/lintian-junit-report *.dsc > report/lintian.xml' - # For the binary package: + /* For the binary package */ sh '/usr/bin/lintian-junit-report *.changes >> report/lintian.xml' } }