[JIRA] (JENKINS-61312) Unable to seed a pipeline job which has the BbS SCM step

2020-03-16 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated  JENKINS-61312  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Unfortunately the BitBucket Server plugin maintainers made a rather poor choice when picking the name, it BbS, not Bbs. The DSL is case sensitive. 

 

pipelineJob('example') {
  definition {
cpsScm {
  scm {
BbS {
  id('id')
  branches {
branchSpec {
  name('test')
}
  }
  credentialsId('user')
  gitTool(null)
  mirrorName('')
  projectName('Proj')
  repositoryName('Repo')
  serverId('12345')
}
  }
}	
  }
}
 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61312  
 
 
  Unable to seed a pipeline job which has the BbS SCM step   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian J

[JIRA] (JENKINS-61312) Unable to seed a pipeline job which has the BbS SCM step

2020-03-16 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61312  
 
 
  Unable to seed a pipeline job which has the BbS SCM step   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Priority: 
 Blocker Minor  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204895.1583256305000.8203.1584388860210%40Atlassian.JIRA.


[JIRA] (JENKINS-61312) Unable to seed a pipeline job which has the BbS SCM step

2020-03-15 Thread dkjel...@atlassian.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Kjellin assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61312  
 
 
  Unable to seed a pipeline job which has the BbS SCM step   
 

  
 
 
 
 

 
Change By: 
 Daniel Kjellin  
 
 
Assignee: 
 Kristy Hughes  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204895.1583256305000.7418.1584316441308%40Atlassian.JIRA.


[JIRA] (JENKINS-61312) Unable to seed a pipeline job which has the BbS SCM step

2020-03-04 Thread parameshj.sud...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 PJ updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61312  
 
 
  Unable to seed a pipeline job which has the BbS SCM step   
 

  
 
 
 
 

 
Change By: 
 PJ  
 

  
 
 
 
 

 
 Unable to Seed a pipeline job when replacing the  following in the groovy for the  git  scm definition step  with Bbs (as attached)  and receive the following error When editing the job using the Jenkins UI and updating the all the appropriat fields, everything works perfectly. Just that the seed-job fails to read the groovy file to create a job.   Attached is my groovy code for the SCM step.Could you please advice if this is an issue with the dsl-plugin or with the Bitbucket-Server-Integration Plugin ?  {code:java}Build Error: [hudson.AbortException: (job.groovy, line 50) No signature of method: javaposse.jobdsl.dsl.helpers.ScmContext.Bbs() is applicable for argument types: ($_run_closure1$_closure4$_closure6$_closure7$_closure8) values: [$_run_closure1$_closure4$_closure6$_closure7$_closure8@71df7e4c] Possible solutions: is(java.lang.Object), any(), git(groovy.lang.Closure), git(java.lang.String), hg(java.lang.String), rtc(groovy.lang.Closure)]{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

   

[JIRA] (JENKINS-61312) Unable to seed a pipeline job which has the BbS SCM step

2020-03-03 Thread parameshj.sud...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 PJ updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61312  
 
 
  Unable to seed a pipeline job which has the BbS SCM step   
 

  
 
 
 
 

 
Change By: 
 PJ  
 
 
Attachment: 
 groovy-bbs-scm.txt  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204895.1583256305000.3883.1583256360671%40Atlassian.JIRA.


[JIRA] (JENKINS-61312) Unable to seed a pipeline job which has the BbS SCM step

2020-03-03 Thread parameshj.sud...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 PJ created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61312  
 
 
  Unable to seed a pipeline job which has the BbS SCM step   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kristy Hughes  
 
 
Attachments: 
 groovy-bbs-scm.txt  
 
 
Components: 
 atlassian-bitbucket-server-integration-plugin, job-dsl-plugin  
 
 
Created: 
 2020-03-03 17:25  
 
 
Environment: 
 Jenkins- 2.204.2  BitBucket-Server-Integration Plugin: 1.1.0  job-dsl-plugin: 1.76  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 PJ  
 

  
 
 
 
 

 
 Unable to Seed a pipeline job when replacing the following in the groovy for the scm definition step and receive the following error  When editing the job using the Jenkins UI and updating the all the appropriat fields, everything works perfectly. Just that the seed-job fails to read the groovy file to create a job.  Attached is my groovy code for the SCM step. Could you please advice if this is an issue with the dsl-plugin or with the Bitbucket-Server-Integration Plugin ? 

 

Build Error: [hudson.AbortException: (job.groovy, line 50) No signature of method: javaposse.jobdsl.dsl.helpers.ScmContext.Bbs() is applicable for argument types: ($_run_closure1$_closure4$_closure6$_closure7$_closure8) values: [$_run_closure1$_closure4$_closure6$_closure7$_closure8@71df7e4c] Possible solutions: is(java.lang.Object), any(), git(groovy.lang.Closure), git(java.lang.String), hg(java.lang.String), rtc(groovy.lang.Closure)]