Skip to content

Commit

Permalink
NO-ISSUE: Fix git user config for daily-dev-publish build steps in Je…
Browse files Browse the repository at this point in the history
…nkins
  • Loading branch information
thiagoelg committed Jan 9, 2025
1 parent da64251 commit 2eb335d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/jenkins/Jenkinsfile.daily-dev-publish
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ pipeline {
steps {
dir('kie-tools') {
sh """#!/bin/bash -el
git config user.email [email protected]
git config user.name asf-ci-kie
export WEBPACK__minimize=true
export WEBPACK__tsLoaderTranspileOnly=false
export CHROME_EXTENSION__routerTargetOrigin=https://apache.github.io
Expand Down

0 comments on commit 2eb335d

Please sign in to comment.