This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch update-hugo-version
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 5368b0d8387e8c496c750c9ab5d22eb287f6582f
Author: Roy Lenferink <[email protected]>
AuthorDate: Thu Mar 30 19:50:33 2023 +0200

    Add 'hugo version' statement for improved verbosity
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 666abad..bab7017 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,6 +57,7 @@ pipeline {
             steps {
                 script {
                     withEnv(["PATH+HUGO=${env.HUGO_DIR}/bin"]) {
+                        sh 'hugo version'
                         sh "hugo --destination ${env.OUT_DIR}"
                     }
                 }

Reply via email to