Skip to content

Commit

Permalink
Fixed wrong project-id referenced in the Jenkinsfile. #664
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish authored and ruspl-afed committed Jan 28, 2025
1 parent cdb0e19 commit d338889
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 @@ -11,7 +11,7 @@
* See git history
*******************************************************************************/
def secrets = [
[path: 'cbi/org.eclipse.mylyn/develocity.eclipse.org', secretValues: [
[path: 'cbi/tools.mylyn/develocity.eclipse.org', secretValues: [
[envVar: 'DEVELOCITY_ACCESS_KEY', vaultKey: 'api-token']
]
]
Expand Down

0 comments on commit d338889

Please sign in to comment.