-
Bug
-
Resolution: Duplicate
-
Major
-
None
Last week the project for the VS&L team in bitbucket was renamed from va to vsl.
Developers changed local git config and jenkins config to adapt to the new name.
When trying to build a new release version, jenkins will display the existing support branches, allowing the user to select from which branch to build.
Since the rename of the project, this parameter no longer behaves as required (configuration example see Parameter config.png). For some repositories, the old url doesn't work anymore (see old not working.png). For some the old url remains functional (see old working.png).
When changing any parameter configuration to the new url, no repository works anymore
We have checked with atlassin bitbucket support team they saying its issue with
Third party plugin which we are using for integration with Jenkins
Could you please suggest.
Bitbucket Branch Source
- duplicates
-
JENKINS-75208 Checkout on bitbucket server fail with IllegalArgumentException "Name cannot contain '/'"
-
- Closed
-
Hello all,
Jenkinsfile in sub-directory of the repository are not accessible anymore.
This is happning after updating
cloudbees-bitbucket-branch-source to v934.4.0
Branch indexing 10:01:46.961 java.lang.IllegalArgumentException: Name cannot contain '/' 10:01:46.961 at PluginClassLoader for scm-api//jenkins.scm.api.SCMFile.<init>(SCMFile.java:83) 10:01:46.961 at PluginClassLoader for cloudbees-bitbucket-branch-source//com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile.<init>(BitbucketSCMFile.java:58) 10:01:46.961 at PluginClassLoader for cloudbees-bitbucket-branch-source//com.cloudbees.jenkins.plugins.bitbucket.client.repository.BitbucketRepositorySource.toBitbucketSCMFile(BitbucketRepositorySource.java:90) 10:01:46.961 at PluginClassLoader for cloudbees-bitbucket-branch-source//com.cloudbees.jenkins.plugins.bitbucket.client.BitbucketCloudApiClient.getFile(BitbucketCloudApiClient.java:879) 10:01:46.961 at PluginClassLoader for cloudbees-bitbucket-branch-source//com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile.type(BitbucketSCMFile.java:109) 10:01:46.961 at PluginClassLoader for scm-api//jenkins.scm.api.SCMFile.getType(SCMFile.java:265) 10:01:46.961 at PluginClassLoader for scm-api//jenkins.scm.api.SCMFile.isFile(SCMFile.java:238) 10:01:46.961 at PluginClassLoader for cloudbees-bitbucket-branch-source//com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFile.content(BitbucketSCMFile.java:86) 10:01:46.961 at PluginClassLoader for scm-api//jenkins.scm.api.SCMFile.contentAsString(SCMFile.java:335) 10:01:46.961 at PluginClassLoader for workflow-multibranch//org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:113) 10:01:46.961 at PluginClassLoader for workflow-job//org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:311) 10:01:46.961 at hudson.model.ResourceController.execute(ResourceController.java:101) 10:01:46.961 at hudson.model.Executor.run(Executor.java:445)