Skip to content

Commit

Permalink
Fixed the wrong project id in Jenkinsfile. eclipse-ee4j#25322
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish committed Jan 15, 2025
1 parent 2f694fa commit 6de41ac
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 6de41ac

Please sign in to comment.