[JIRA] (JENKINS-49048) Optionally disable implict sync when using multibranch

2018-02-23 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-49048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optionally disable implict sync when using multibranch
 

  
 
 
 
 

 
 Raised job against Jenkins pipeline behavior - JENKINS-49714  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49048) Optionally disable implict sync when using multibranch

2018-02-22 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Added MultiBranch and Pipeline lightweight checkout documentation for:  options { skipDefaultCheckout() }  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-49048  
 
 
  Optionally disable implict sync when using multibranch
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 In Progress Closed  
 
 
Assignee: 
 Paul Allen  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   
  

[JIRA] (JENKINS-49048) Optionally disable implict sync when using multibranch

2018-02-22 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optionally disable implict sync when using multibranch
 

  
 
 
 
 

 
 Code changed in jenkins User: Paul Allen Path: MULTI.md WORKFLOW.md docs/images/declarative.png docs/images/lightweight.png http://jenkins-ci.org/commit/p4-plugin/9d17790788a394b73726335cad2b391b7930903d Log: Document lightweight checkout for Pipeline and MultiBranch. JENKINS-49048 JENKINS-49678  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49048) Optionally disable implict sync when using multibranch

2018-02-22 Thread kwi...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Wirth commented on  JENKINS-49048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Optionally disable implict sync when using multibranch
 

  
 
 
 
 

 
 Not controlled by P4Jenkins. The pipeline option 'skipDefaultCheckout' will disable implict Sync: 

 

pipeline {
  agent any
  options { skipDefaultCheckout() }    
  stages{
    stage('Test') {
    steps {
    echo 'Testing..'
    }
    }
    stage('Deploy') {
    steps {
    echo 'Deploying'
    }
    }
}
}
 

 This will need to be clearly documented (possibly in help bubbles).      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.