Skip to content

[DevOps] Fix Jenkins AirGap Groovy Scripting #841

@irishgordo

Description

@irishgordo

Pipeline is failing, during harvester-installer step where we get the repo then use the node to build the artifacts fresh (instead of gathering from some hosted endpoint)

Fix:

+ git checkout origin/master
Previous HEAD position was a71e111 testing: Test
HEAD is now at 746783b remove --kill-who flags
+ git pull upstream master
From https://github.com/harvester/harvester-installer
 * branch            master     -> FETCH_HEAD
+ git checkout feat/airgap-harvester-airgap-rancher-install-test
Previous HEAD position was 746783b remove --kill-who flags
Switched to branch 'feat/airgap-harvester-airgap-rancher-install-test'
+ git merge origin/master
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'jenkins@jenkins-test-ci.(none)')
Already up to date.
Your branch is up to date with 'origin/feat/airgap-harvester-airgap-rancher-install-test'.

Cross Ref:
#686
harvester/harvester-installer#400

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions