This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 55f13d6c Update typo in Jenkinsfile.buildchain
55f13d6c is described below
commit 55f13d6c23fc598b6650e8daf97555f2a687876c
Author: Jan Stastny <[email protected]>
AuthorDate: Sun Sep 24 12:50:49 2023 +0200
Update typo in Jenkinsfile.buildchain
---
dsl/seed/jenkinsfiles/Jenkinsfile.buildchain | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
b/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
index 6725a919..ce3adbe4 100644
--- a/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
+++ b/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
@@ -9,7 +9,7 @@ jdkTool = env.BUILD_JDK_TOOL
sonarJdkTool = env.SONAR_JDK_TOOL
mavenTool = env.BUILD_MAVEN_TOOL
-mavenDeployArtifacts = Boolean.valueof(env.ENABLE_DEPLOY)
+mavenDeployArtifacts = Boolean.valueOf(env.ENABLE_DEPLOY)
mavenDeployRepository = env.MAVEN_DEPLOY_REPOSITORY ?: ''
mavenDeployRepositoryCredsId = env.MAVEN_DEPLOY_REPOSITORY_CREDS_ID ?: ''
mavenDeployLocalDir = env.MAVEN_DEPLOY_LOCAL_DIR ?: ''
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]