Skip to content

Commit

Permalink
fix(jenkins/jcasc): correct filepath for secrets directory in Jenkins…
Browse files Browse the repository at this point in the history
… home

Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Oct 31, 2024
1 parent 91f26a4 commit 7613da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/jcasc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ credentials:
username: jenkins
privateKeySource:
directEntry:
privateKey: ${file:/secrets/multipass-agent-ssh-key}
privateKey: ${file:secrets/multipass-agent-ssh-key}

# Force enable Dark theme
appearance:
Expand Down

0 comments on commit 7613da0

Please sign in to comment.