You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/03/30 13:51:42 UTC

[comdev-site] 01/01: Main build got stale hugo

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

sebb pushed a commit to branch testhugo
in repository https://gitbox.apache.org/repos/asf/comdev-site.git

commit eba1f136fc4fdfd4e99037b2b88a1703e23af598
Author: Sebb <se...@apache.org>
AuthorDate: Thu Mar 30 14:51:30 2023 +0100

    Main build got stale hugo
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9762588..48ea0ed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -56,6 +56,8 @@ pipeline {
         stage('Build') {
             steps {
                 script {
+                    sh "which -a hugo"
+                    sh "echo $PATH"
                     sh "hugo --destination ${env.OUT_DIR}"
                     sh "${env.PAGEFIND_DIR}/bin/pagefind --source ${env.OUT_DIR}"
                 }