diff --git a/first-class-pipeline/tests/Jenkinsfile b/first-class-pipeline/tests/Jenkinsfile index bc4e9c9c..2f13e6d5 100644 --- a/first-class-pipeline/tests/Jenkinsfile +++ b/first-class-pipeline/tests/Jenkinsfile @@ -75,7 +75,7 @@ executeFreeleapsPipeline { // imageReleaseArchitectures used to specify the released image architectures imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'], // registryCredentialsId used to specify the registry credential that stored in Jenkins - registryCredentialsId: 'gitops-mvp-app-secret', + registryCredentialsId: 'gitops-mvp-app-dockerhub-secret', // semanticReleaseEnabled used to specify whether to enable semantic release semanticReleaseEnabled: true ], @@ -122,7 +122,7 @@ executeFreeleapsPipeline { // imageReleaseArchitectures used to specify the released image architectures imageReleaseArchitectures: ['linux/amd64', 'linux/arm64'], // registryCredentialsId used to specify the registry credential that stored in Jenkins - registryCredentialsId: 'gitops-mvp-app-secret', + registryCredentialsId: 'gitops-mvp-app-dockerhub-secret', // semanticReleaseEnabled used to specify whether to enable semantic release semanticReleaseEnabled: true ]