You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/01/15 23:00:10 UTC

[openwhisk-website] branch debug-jenkins updated: update job description

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

dgrove pushed a commit to branch debug-jenkins
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/debug-jenkins by this push:
     new c2e37c7  update job description
c2e37c7 is described below

commit c2e37c7c85b418dac9365bccca12f4f2f1cc31f4
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Sun Jan 15 17:59:57 2023 -0500

    update job description
---
 tools/jenkins/website_build.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/website_build.groovy
index 168dd0f..ad9dd78 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -2,7 +2,7 @@
 node("git-websites") {
   sh 'env'
   stage('Build') {
-    // Run jekyll
+    // Install tools and run jekyll to build site
     checkout scm
     sh '''
     export