[JIRA] (JENKINS-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-10 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran commented on  JENKINS-55438  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
 I found some tickets that maybe related: https://issues.jenkins-ci.org/browse/JENKINS-53751 https://issues.jenkins-ci.org/browse/JENKINS-53162    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-03 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran commented on  JENKINS-55438  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
 Jesse Glick From what I see in last comment int this ticket here https://issues.jenkins-ci.org/browse/JENKINS-53048?focusedCommentId=351304=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-351304 , Adam Carroll really wants to have an improvement instead of a bug report because the UI really on supports only declarative syntax of parallel command. If there is a bug, I would open a new one and keep this as improvement.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-02 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran commented on  JENKINS-55438  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
 I did experiment a lot already before asking here Ok let's keep the terminology aside. Can you help me to understand why only one stage is shown in each parallel branch even though I habe 2 stages for each branch in my script? Is it a bug? Should I create a bug report for that?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-02 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran commented on  JENKINS-55438  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
 Jesse Glick Ok, so what is the correct way to do it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-02 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran edited a comment on  JENKINS-55438  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
 I can confirm that I have the same behaviour like that of the author. Only one stage of scripted pipeline in  parallel branches is shown!Screenshot 2019-04-02 at 09.31.50.png!{code:java} pipeline {  stages { stage('testing') {  steps {script {  parallel "task1": {  node("ios") {stage("build") {echo "windows-build"}stage("deploy") {echo "windows-deploy"}  }  },  "task2": {node("ios") {  stage("build") {  echo "windows-build"  }  stage("deploy") {  echo "windows-deploy"  }}  }}  }}   }  } {code}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-02 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran edited a comment on  JENKINS-55438  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
 I can confirm that I have the same behaviour like  that of  the author. Only one stage of scripted pipeline in  parallel branches is shown!Screenshot 2019-04-02 at 09.31.50.png!{code:java}stage('testing') {  steps {script {  parallel "task1": {  node("ios") {stage("build") {echo "windows-build"}stage("deploy") {echo "windows-deploy"}  }  },  "task2": {node("ios") {  stage("build") {  echo "windows-build"  }  stage("deploy") {  echo "windows-deploy"  }}  }}  }}{code}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-02 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran commented on  JENKINS-55438  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
 I can confirm that I have the same behaviour like the author. Only one stage of scripted pipeline in  parallel branches is shown  

 

stage('testing') {
  steps {
script {
  parallel "task1": {
  node("ios") {
stage("build") {
echo "windows-build"
}
stage("deploy") {
echo "windows-deploy"
}
  }
  },
  "task2": {
node("ios") {
  stage("build") {
  echo "windows-build"
  }
  stage("deploy") {
  echo "windows-deploy"
  }
}
  }
}
  }
}

 

    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-55438) Allow sequential stages inside parallel in Scripted syntax

2019-04-02 Thread an.t...@payback.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 An Tran updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55438  
 
 
  Allow sequential stages inside parallel in Scripted syntax   
 

  
 
 
 
 

 
Change By: 
 An Tran  
 
 
Attachment: 
 Screenshot 2019-04-02 at 09.31.50.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] [subversion-plugin] (JENKINS-27977) NullPointer & authentication cancelled occure immediately on SVN checkout

2015-10-26 Thread an.t...@payback.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 An Tran commented on  JENKINS-27977 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointer & authentication cancelled occure immediately on SVN checkout  
 
 
 
 
 
 
 
 
 
 
We could observe this bug too. We have svn externals in our repository.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [subversion-plugin] (JENKINS-27977) NullPointer & authentication cancelled occure immediately on SVN checkout

2015-10-26 Thread an.t...@payback.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 An Tran commented on  JENKINS-27977 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: NullPointer & authentication cancelled occure immediately on SVN checkout  
 
 
 
 
 
 
 
 
 
 
Manuel Jesús Recena Soto I wish I can post our settings here. But it's a complex master slave setup inside an enterprise network. One thing I can say that we didn't have this issue before we use the "SVN External" feature. After add that we start facing this error sporadically.  
I found some other tickets about this issue here: 
 

Subversion fails to update externals once after external is changed. : https://issues.jenkins-ci.org/browse/JENKINS-25070
 

E200015: ISVNAuthentication provider did not provide credentials : https://issues.jenkins-ci.org/browse/JENKINS-29340 /
 

Check for changes in folders linked via svn:externals fails due to missing credentials: https://issues.jenkins-ci.org/browse/JENKINS-21785
 

NullPointer & authentication cancelled occure immediately on SVN checkout: https://issues.jenkins-ci.org/browse/JENKINS-27977
 
 
I tried everything from those tickets but couldn't make the error disappeared. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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