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:41 UTC

[comdev-site] branch testhugo created (now eba1f13)

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

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


      at eba1f13  Main build got stale hugo

This branch includes the following new commits:

     new eba1f13  Main build got stale hugo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by se...@apache.org.
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}"
                 }