Skip to content

Commit

Permalink
Merge pull request #25326 from ribafish/feature/jenkinsfileFix
Browse files Browse the repository at this point in the history
Fixed the wrong project id in Jenkinsfile. #25322
  • Loading branch information
dmatej authored Jan 17, 2025
2 parents 2f694fa + 6de41ac commit 6930900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

def secrets = [
[path: 'cbi/glassfish/develocity.eclipse.org', secretValues: [
[path: 'cbi/ee4j.glassfish/develocity.eclipse.org', secretValues: [
[envVar: 'DEVELOCITY_ACCESS_KEY', vaultKey: 'api-token']
]
]
Expand Down

0 comments on commit 6930900

Please sign in to comment.