You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/14 05:23:39 UTC

[camel-k] branch main updated (0e519569d -> 437d505f5)

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

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 0e519569d fix(docs): links to Tekton tasks
     new d07a6a8f8 doc(ci): Fix pipelines docs
     new 027d55b6b Chore: indent warning message
     new 437d505f5 Revert 67aa4b5cfa7a0665a3b7c30d7af681b917ebd536

The 3 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.


Summary of changes:
 docs/modules/ROOT/pages/pipeline/pipeline.adoc | 4 +++-
 docs/modules/ROOT/pages/pipeline/tekton.adoc   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


[camel-k] 01/03: doc(ci): Fix pipelines docs

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d07a6a8f892ef32d4fb4ca0b07e0c12764ddaf4e
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Thu Jul 13 15:28:52 2023 +0200

    doc(ci): Fix pipelines docs
---
 docs/modules/ROOT/pages/pipeline/pipeline.adoc | 2 ++
 docs/modules/ROOT/pages/pipeline/tekton.adoc   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/pipeline/pipeline.adoc b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
index 27b83775c..16af4a9e1 100644
--- a/docs/modules/ROOT/pages/pipeline/pipeline.adoc
+++ b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
@@ -25,6 +25,8 @@ The custom tasks will be executed in the directory where the Camel K runtime Mav
 
 The goal is to let the user perform custom tasks which may result in a success or a failure. If the task executed results in a failure, then, the entire build is stopped and fails accordingly.
 
+WARNING: The custom tasks are only available only when using pod strategy.
+
 [[build-pipeline-trait]]
 == Configuring via builder trait
 
diff --git a/docs/modules/ROOT/pages/pipeline/tekton.adoc b/docs/modules/ROOT/pages/pipeline/tekton.adoc
index 0751a9a67..ea92e9a30 100644
--- a/docs/modules/ROOT/pages/pipeline/tekton.adoc
+++ b/docs/modules/ROOT/pages/pipeline/tekton.adoc
@@ -11,7 +11,7 @@ In Camel K version 2 we are supporting a Task which we're willing to include in
 === Install the Task
 
 ```shell
-kubectl apply -f https://raw.githubusercontent.com/apache/camel-k/main/tekton/kamel-run/0.1/kamel-run.yaml
+kubectl apply -f https://raw.githubusercontent.com/apache/camel-k/main/cicd/tekton/kamel-run/0.1/kamel-run.yaml
 ```
 === Parameters
 


[camel-k] 02/03: Chore: indent warning message

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 027d55b6b0dc39d4febac1970e3398c1e4db9b83
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Jul 13 15:37:54 2023 +0200

    Chore: indent warning message
---
 docs/modules/ROOT/pages/pipeline/pipeline.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/pipeline/pipeline.adoc b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
index 16af4a9e1..352a9f319 100644
--- a/docs/modules/ROOT/pages/pipeline/pipeline.adoc
+++ b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
@@ -25,7 +25,7 @@ The custom tasks will be executed in the directory where the Camel K runtime Mav
 
 The goal is to let the user perform custom tasks which may result in a success or a failure. If the task executed results in a failure, then, the entire build is stopped and fails accordingly.
 
-WARNING: The custom tasks are only available only when using pod strategy.
+> Warning: The custom tasks are only available only when using pod strategy.
 
 [[build-pipeline-trait]]
 == Configuring via builder trait
@@ -104,4 +104,4 @@ If for any reason you still need to access the entire log of the execution, you
 
 As we are using container registry for execution, you will be able to execute virtually any kind of task. You can provide your own container with tools required by your company or use any one available in the OSS.
 
-As the target of the execution is the project, before the artifact is published to the registry, you can execute any task to validate the project. We can think of any vulnerability tool scanner, quality of code or any other action you tipically perform in your build pipeline.
\ No newline at end of file
+As the target of the execution is the project, before the artifact is published to the registry, you can execute any task to validate the project. We can think of any vulnerability tool scanner, quality of code or any other action you tipically perform in your build pipeline.


[camel-k] 03/03: Revert 67aa4b5cfa7a0665a3b7c30d7af681b917ebd536

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 437d505f5a93945576723a052fda9020b843c0f1
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Jul 13 16:14:19 2023 +0200

    Revert 67aa4b5cfa7a0665a3b7c30d7af681b917ebd536
---
 docs/modules/ROOT/pages/pipeline/pipeline.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/pipeline/pipeline.adoc b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
index 352a9f319..9555cf5bf 100644
--- a/docs/modules/ROOT/pages/pipeline/pipeline.adoc
+++ b/docs/modules/ROOT/pages/pipeline/pipeline.adoc
@@ -25,7 +25,7 @@ The custom tasks will be executed in the directory where the Camel K runtime Mav
 
 The goal is to let the user perform custom tasks which may result in a success or a failure. If the task executed results in a failure, then, the entire build is stopped and fails accordingly.
 
-> Warning: The custom tasks are only available only when using pod strategy.
+WARNING: The custom tasks are only available only when using pod strategy.
 
 [[build-pipeline-trait]]
 == Configuring via builder trait