[JIRA] (JENKINS-45506) Failed to serialize LockableResource with JobConfigHistory

2020-04-19 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-45506  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Failed to serialize LockableResource with JobConfigHistory   
 

  
 
 
 
 

 
 For me its just started and thrown this error. And I am not able to terminate it also (tried with BUILD_URL/kill). Using: Jenkins 2.164.3 workflow-cps - 2.65 ..  workflow-job - 2.32   

 

java.nio.channels.ClosedByInterruptException
	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:216)
	at hudson.util.FileChannelWriter.write(FileChannelWriter.java:72)
	at java.io.Writer.write(Writer.java:192)
	at hudson.util.AtomicFileWriter.write(AtomicFileWriter.java:162)
	at java.io.Writer.write(Writer.java:157)
	at hudson.XmlFile.write(XmlFile.java:189)
	at org.jenkinsci.plugins.workflow.support.PipelineIOUtils.writeByXStream(PipelineIOUtils.java:30)
	at org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage.writeNode(SimpleXStreamFlowNodeStorage.java:182)
	at org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage.flushNode(SimpleXStreamFlowNodeStorage.java:151)
	at org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage.storeNode(SimpleXStreamFlowNodeStorage.java:125)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$TimingFlowNodeStorage.storeNode(CpsFlowExecution.java:1815)
	at org.jenkinsci.plugins.workflow.cps.FlowHead.newStartNode(FlowHead.java:119)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:529)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:320)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE
 

 Please suggest..    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-27082) Sparse checkouts and submodules: Error on checkout, submodule missing

2020-03-26 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-27082  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Sparse checkouts and submodules: Error on checkout, submodule missing   
 

  
 
 
 
 

 
 Thanks Mark. Yes I am trying to use submodule (sparse checkout). But ya found the git version is 1.8.x, will upgrade to 1.9.x and re-try. FYI - OS is "Oracle Linux Server 7.7".  
 

  
 
 
 
 

 
 
 

 
 
 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.160872.1424699584000.494.1585230360535%40Atlassian.JIRA.


[JIRA] (JENKINS-45386) Validating String Parameter does not render HTML in parameter description

2020-03-25 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-45386  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Validating String Parameter does not render HTML in parameter description   
 

  
 
 
 
 

 
 I am planning to go for plugin v.2.4 with Jenkins 2.164.3, so I am not going to hit this issue (am I right )!! One observation (doubt) - https://plugins.jenkins.io/validating-string-parameter/ shows V.2.4 as TBD. Is not stable OR just typo !?  
 

  
 
 
 
 

 
 
 

 
 
 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.183549.1499602291000.12896.1585144740207%40Atlassian.JIRA.


[JIRA] (JENKINS-27082) Sparse checkouts and submodules: Error on checkout, submodule missing

2020-03-16 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY edited a comment on  JENKINS-27082  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Sparse checkouts and submodules: Error on checkout, submodule missing   
 

  
 
 
 
 

 
 I am getting the same error - when trying to use 'sparsecheckout' to checkout only a directory not full git-project.{code:java} > git config core.sparsecheckout # timeout=10 > git config core.sparsecheckout true # timeout=10 > git read-tree -mu HEAD # timeout=10Command "git read-tree -mu HEAD" returned status code 128:stdout: stderr: fatal: Not a valid object name HEAD{code}git plugin 4.0.0 , git-client  3.0.0 , gitlab-plugin 1.4.3  .  OR do we have any alternate solution to checkout directory (not complete project) in Jenkins job.  
 

  
 
 
 
 

 
 
 

 
 
 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.160872.1424699584000.7836.1584360480237%40Atlassian.JIRA.


[JIRA] (JENKINS-27082) Sparse checkouts and submodules: Error on checkout, submodule missing

2020-03-16 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-27082  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Sparse checkouts and submodules: Error on checkout, submodule missing   
 

  
 
 
 
 

 
 I am getting the same error - when trying to use 'sparsecheckout' to checkout only a directory not full git-project. 

 

 > git config core.sparsecheckout # timeout=10
 > git config core.sparsecheckout true # timeout=10
 > git read-tree -mu HEAD # timeout=10
Command "git read-tree -mu HEAD" returned status code 128:
stdout: 
stderr: fatal: Not a valid object name HEAD
 

 git plugin 4.0.0 , git-client  3.0.0 , gitlab-plugin 1.4.3  .  
 

  
 
 
 
 

 
 
 

 
 
 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.160872.1424699584000.7828.1584360360264%40Atlassian.JIRA.


[JIRA] (JENKINS-29198) Console logs get truncated without reason

2020-03-03 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-29198  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Console logs get truncated without reason   
 

  
 
 
 
 

 
 We are using core 2.164.3 version. Ay idea, by upgrading to any specific version - will it help !!  And/or any workaround we can try !!  
 

  
 
 
 
 

 
 
 

 
 
 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.163659.1435857275000.3636.1583249160357%40Atlassian.JIRA.


[JIRA] (JENKINS-55972) Unable to git clone on slave ,agent is launched via ssh. Git clone working fine on master

2020-02-13 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-55972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to git clone on slave ,agent is launched via ssh. Git clone working fine on master   
 

  
 
 
 
 

 
 Its just intermittent issue, re-try/re-playing the job it works fine. Not really sure its issue from git-/client/plugin OR in GitLab repo side.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.197383.1549364479000.8919.1581609000641%40Atlassian.JIRA.


[JIRA] (JENKINS-46683) Multibranch pipeline failing at Checkout SCM step (unable to resolve tag)

2020-02-13 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-46683  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline failing at Checkout SCM step (unable to resolve tag)   
 

  
 
 
 
 

 
 We are using git-client 3.0 and git plugin 4.0. Facing this error intermittently (inside a JNLP node). For cloning we are using a generic LDAP user without password. And/or please let me know the matching ticket where I can update this issue !! > GitLab: Your account has been blocked. fatal: Could not read from remote repository. On re-try/re-play it works fine.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.185023.1504704585000.8913.1581608820167%40Atlassian.JIRA.


[JIRA] (JENKINS-55972) Unable to git clone on slave ,agent is launched via ssh. Git clone working fine on master

2020-02-12 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-55972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to git clone on slave ,agent is launched via ssh. Git clone working fine on master   
 

  
 
 
 
 

 
 We are using git-client 3.0 and git plugin 4.0. Facing this error intermittently (inside a JNLP node). For cloning we are using a generic LDAP user without password. And/or please let me know the matching ticket where I can update this issue !! > GitLab: Your account has been blocked. fatal: Could not read from remote repository.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.197383.1549364479000.7952.1581508080169%40Atlassian.JIRA.


[JIRA] (JENKINS-29198) Console logs get truncated without reason

2019-11-28 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-29198  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Console logs get truncated without reason   
 

  
 
 
 
 

 
 In our case - "Console logs get truncated when job runs for a long time". Are there any log size limit !?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.163659.1435857275000.8541.1574934905801%40Atlassian.JIRA.


[JIRA] (JENKINS-48258) git client plugin occasionally fails with "text file busy" error

2019-11-14 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-48258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: git client plugin occasionally fails with "text file busy" error   
 

  
 
 
 
 

 
 Can I only upgrade git-client plugin to v3.0.0 (right now we have git plugin v3.9.1) !? OR we should upgrade git client plugin 3.0.0 and git plugin 4.0.0 together !!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.186841.1511861183000.727.1573736221135%40Atlassian.JIRA.


[JIRA] (JENKINS-50855) Replay action visible although Replay permission is not granted

2019-09-23 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-50855  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Replay action visible although Replay permission is not granted   
 

  
 
 
 
 

 
 Any update on this..   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.189977.1524025475000.3142.1569244020324%40Atlassian.JIRA.


[JIRA] (JENKINS-39667) PIpeline job ignores custom workspace location

2019-07-23 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-39667  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PIpeline job ignores custom workspace location   
 

  
 
 
 
 

 
 Quick question.. We are using Jenkins 2.121.3 (& planning to upgrade to 2.164.3). Can I use custom workspace in Multibranch/Script pipeline !?   
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.176244.1478864055000.18788.1563885180997%40Atlassian.JIRA.


[JIRA] (JENKINS-41118) Allow custom workspaces in declarative pipeline

2019-07-23 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-41118  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow custom workspaces in declarative pipeline   
 

  
 
 
 
 

 
 Quick question.. We are using Jenkins 2.121.3 (& planning to upgrade to 2.164.3). Can I use custom workspace in Multibranch/Script pipeline !?   
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.177875.1484616066000.18773.1563884820337%40Atlassian.JIRA.


[JIRA] (JENKINS-41418) Permission denied while accessing workspace

2019-07-10 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-41418  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Permission denied while accessing workspace   
 

  
 
 
 
 

 
 I am getting same permission issue (but its in-frequent) when using different user with uid:1000. Will it help by changing to uid:1 !! I have Jenkins - 2.121.3 and Kubernetes Plugin - 1.12.7 .   
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.178200.1485341884000.6767.1562763000662%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-47827) Support passing a user/uid into containerTemplate

2019-07-10 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-47827  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support passing a user/uid into containerTemplate   
 

  
 
 
 
 

 
 Thanks, any update when can we expect the fix !!  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.186329.1509818749000.6558.1562755500340%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-52150) High CPU sys time consumption after upgrade to 2.107.3

2019-02-13 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-52150  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: High CPU sys time consumption after upgrade to 2.107.3   
 

  
 
 
 
 

 
 We are using Jenkins v.2.121.3 (upgraded couple of months back from v.2.73.3 ). We have around ~1000 MBranch + ~200 pipeline + ~200FreeStyle projects.  Post upgrade we are seeing CPU spike in the master server. We are not running any builds in master (primarily only MB indexings runs in master box).  Master Server - Linux 7.x (100+ cpu). We have gitLab* plugins for "SCM - GitLab" integration. GitLab hosted in separate Linux server. Can you please provide some tips to debug the issue !!  
 

  
 
 
 
 

 
 
 

 
 
 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-49337) GeneralNonBlockingStepExecution (was: InterruptedException from step tail call)

2019-02-04 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-49337  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GeneralNonBlockingStepExecution (was: InterruptedException from step tail call)   
 

  
 
 
 
 

 
 Hi Cyrille, You mean its  workflow-step-api-2.17 (/2.18) and to pipeline-maven-3.6.5.  workflow-step-api-2.1 (version 2.1 seems typo) !! Can you please confirm !?  
 

  
 
 
 
 

 
 
 

 
 
 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-48258) git client plugin occasionally fails with "text file busy" error

2018-12-14 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY edited a comment on  JENKINS-48258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: git client plugin occasionally fails with "text file busy" error   
 

  
 
 
 
 

 
 Any  idea when  plan for GA Date (  V.3.x will be  released  available)  !!  
 

  
 
 
 
 

 
 
 

 
 
 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-48258) git client plugin occasionally fails with "text file busy" error

2018-12-14 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-48258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: git client plugin occasionally fails with "text file busy" error   
 

  
 
 
 
 

 
 Any idea when V.3.x will be released !!  
 

  
 
 
 
 

 
 
 

 
 
 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-42582) ssh-agent not applied in kubernetes container

2018-10-23 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-42582  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ssh-agent not applied in kubernetes container   
 

  
 
 
 
 

 
 Thanks, able to catch the user  code issue.  
 

  
 
 
 
 

 
 
 

 
 
 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-50196) Jenkins Kubernetes plugin - Running a sequence of podTemplate with inheritFrom

2018-10-23 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY edited a comment on  JENKINS-50196  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins Kubernetes plugin - Running a sequence of podTemplate with inheritFrom   
 

  
 
 
 
 

 
 Need one quick help.. The bellow code is working with Kub.plugin 1.12.4 but its not able to spin pod in 1.12.7.  ARe there any syntax change(s) from 1.12.4 to 1.12.7 specifically related to inheritFrom ?{code:java}#!groovydef jenkinsSlaveImage = " cne xne - repos1 artirepo .us. oracle my .com:7744/apps/cgbu/omc/common/keep/amplify/jenkins_slave:2.1.1"pipeline { agent { kubernetes { label 'omc-build-slave' inheritFrom 'dind'containerTemplate{ name 'omc-jenkins-211' image "$jenkinsSlaveImage" ttyEnabled true }}} {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-50196) Jenkins Kubernetes plugin - Running a sequence of podTemplate with inheritFrom

2018-10-23 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-50196  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins Kubernetes plugin - Running a sequence of podTemplate with inheritFrom   
 

  
 
 
 
 

 
 Need one quick help.. The bellow code is working with Kub.plugin 1.12.4 but its not able to spin pod in 1.12.7.  ARe there any syntax change(s) from 1.12.4 to 1.12.7 specifically related to inheritFrom ? 

 

// code placeholder
 

 #!groovy def jenkinsSlaveImage = "cne-repos1.us.oracle.com:7744/apps/cgbu/omc/common/keep/amplify/jenkins_slave:2.1.1" pipeline { agent { kubernetes { label 'omc-build-slave' inheritFrom 'dind'  containerTemplate  { name 'omc-jenkins-211' image "$jenkinsSlaveImage" ttyEnabled true }  } }    
 

  
 
 
 
 

 
 
 

 
 
 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-50196) Jenkins Kubernetes plugin - Running a sequence of podTemplate with inheritFrom

2018-10-23 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY edited a comment on  JENKINS-50196  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins Kubernetes plugin - Running a sequence of podTemplate with inheritFrom   
 

  
 
 
 
 

 
 Need one quick help.. The bellow code is working with Kub.plugin 1.12.4 but its not able to spin pod in 1.12.7.  ARe there any syntax change(s) from 1.12.4 to 1.12.7 specifically related to inheritFrom ?{code:java} // code placeholder{code} #!groovy  def jenkinsSlaveImage = "cne-repos1.us.oracle.com:7744/apps/cgbu/omc/common/keep/amplify/jenkins_slave:2.1.1"  pipeline {   agent {   kubernetes {   label 'omc-build-slave'   inheritFrom 'dind'containerTemplate  {  {  name 'omc-jenkins-211'   image "$jenkinsSlaveImage"   ttyEnabled true   } } }    {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-42582) ssh-agent not applied in kubernetes container

2018-10-11 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-42582  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ssh-agent not applied in kubernetes container   
 

  
 
 
 
 

 
 With Kub ver 1.12.4 and kub-Credential 0.3.1, I am seeing this ssh-agent issue. Can you please check. [ssh-agent] Looking for ssh-agent implementation... Could not find ssh-agent: IOException: container [dind] does not exist in pod [jenkins-slave-lcmzb-0g359] Check if ssh-agent is installed and in PATH [ssh-agent] Java/JNR ssh-agent And then finally, it shows this error - [Pipeline] End of Pipeline java.io.IOException: container [dind] does not exist in pod [jenkins-slave-lcmzb-0g359] at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.waitUntilContainerIsReady(ContainerExecDecorator.java:435)  
 

  
 
 
 
 

 
 
 

 
 
 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-49700) nested pod template in library doesn't work as documented

2018-10-11 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-49700  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: nested pod template in library doesn't work as documented   
 

  
 
 
 
 

 
 We are seeing similar issues in Jenkins v.2.121.3 (& JDK 1.8.0_181) with Kubernetes plugin 1.1.4 and 1.12.4. getting this bellow ERROR: java.io.IOException: container [dind-1] does not exist in pod  Related one could be : JENKINS-50207. Can you please confirm !!    
 

  
 
 
 
 

 
 
 

 
 
 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-47615) failing container in pod triggers multiple restarts

2018-09-25 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-47615  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: failing container in pod triggers multiple restarts   
 

  
 
 
 
 

 
 Any plan to fix this issue !!  
 

  
 
 
 
 

 
 
 

 
 
 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-31536) Jobs hanging in Build Executor even if it is finished

2018-09-25 Thread ashok.moha...@oracle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ASHOK MOHANTY commented on  JENKINS-31536  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jobs hanging in Build Executor even if it is finished   
 

  
 
 
 
 

 
 Same for me - Jenkins ver. 2.121.3 and we don't have node stalker plugin  
 

  
 
 
 
 

 
 
 

 
 
 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.