[JIRA] (JENKINS-61675) Neuxs platform plugin fail to connect nexus3

2020-04-06 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-61675  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Neuxs platform plugin fail to connect nexus3   
 

  
 
 
 
 

 
 Justin Young can you see this issue?  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-61681) kubernetes-plugin pod was marked offline

2020-03-25 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61681  
 
 
  kubernetes-plugin pod was marked offline   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2020-03-25 11:53  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello.   I expirenced error few days ago.   jenkins : 2.204.5 (lts) kubernetes-plugin : 1.24.1 (latest) durable-task : 1.34 (latest)   

 

12:03:50  job-828-v3tgl-qlflv-7xswl was marked offline: Connection was broken: java.nio.channels.ClosedChannelException
12:03:50  	at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
12:03:50  	at org.jenkinsci.remoting.protocol.impl.NIONetworkLayer.ready(NIONetworkLayer.java:142)
12:03:50  	at org.jenkinsci.remoting.protocol.IOHub$OnReady.run(IOHub.java:795)
12:03:50  	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
12:03:50  	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
12:03:50  	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
12:03:50  	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
12:03:50  	at java.base/java.lang.Thread.run(Thread.java:834)
 

  
 

  
 
 
 
 

 
 
 

[JIRA] (JENKINS-61675) Neuxs platform plugin fail to connect nexus3

2020-03-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61675  
 
 
  Neuxs platform plugin fail to connect nexus3   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Justin Young  
 
 
Components: 
 nexus-platform-plugin  
 
 
Created: 
 2020-03-25 05:28  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello.   I have Jenkins master server which is using java11 and lts version. I installed Nexus Platform plugin for integrated with my nexus 3.   I did "Test Connection", but here's error. It seems your code has problem with JAXB. 

 

Nexus Repository Manager 3.x connection failedjavax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
 - with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:278)
	at javax.xml.bind.ContextFinder.find(ContextFinder.java:421)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662)
	at com.sonatype.nexus.api.zz.fs.a(SourceFile:33)
	at com.sonatype.nexus.api.zz.fs.b(SourceFile:24)
	at com.sonatype.nexus.api.zz.fu.handleResponse(SourceFile:54)
	at org.apache.http.impl.client.CloseableHttpClient.execute(SourceFile:223)
	at org.apache.http.impl.client.CloseableHttpClient.execute(SourceFile:165)
	at com.sonatype.nexus.api.zz.fo.a(SourceFile:83)
	at com.sonatype.nexus.api.zz.fn.getVersion(SourceFile:124)
	at com.sonatype.nexus.api.repository.v3.RepositoryManagerV3Client$getVersion.call(Unknown Source)
	at org.sonatype.nexus.ci.config.Nxrm3Configuration$DescriptorImpl.doVerifyCredentials(Nxrm3Configuration.groovy:92)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
	at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)
	at 

[JIRA] (JENKINS-58778) [ sshPut ] unable to copy only contents inside folder. put always copying full folder

2019-12-12 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58778  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [ sshPut ] unable to copy only contents inside folder. put always copying full folder   
 

  
 
 
 
 

 
 Naresh Rayapati   Hello. Can you let me know more detail example for filterBy and filterRegex?   I want to scp some/folder/*.tar.gz to remote server's /output/ path.   In this case, how can I do that? I can't find solution in docs and googling and so many test in my PC.   Many thanks,  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57269) Declarative pipeline with ssh-steps-plugin

2019-12-12 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-57269  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Declarative pipeline with ssh-steps-plugin   
 

  
 
 
 
 

 
 Naresh Rayapati Hello. Please provide syntax for declarative pipeline. I don't want to use 'script' anymore.   Thanks.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-48315) Add env variable LAST_STAGE_NAME which will persist when stage ends prematurely

2019-11-21 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-48315  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add env variable LAST_STAGE_NAME which will persist when stage ends prematurely   
 

  
 
 
 
 

 
 when unstable result (fail or abort, etc), I should send email about which commit, which job, which status, which stage. only thing I can not know for now is stage. Andrew Bayer Please consider this issue.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60011) mail to user full name not email

2019-10-31 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60011  
 
 
  mail to user full name not email   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello. I am using Jenkins LTS version with email-ext and oic-auth plugin and also p4 plugin for VCS. I have keycloak for OpenID auth, and here's oic-auth setting.!image-2019-11-01-12-15-17-783.png!!image 2.png! The keypoint is Full name field.I think user name field is for loginid and full name field is for name.So when I set Full name field to "name".I can see my name at top section of Jenkins. and then, I create a job for polling per change.whenever change committed, this job will run and send email to developer using emailext plugin.I use this pipeline syntax for this.{code:java}  post {always {  emailext (recipientProviders: [developers()],subject: "test",body: "test"  )}  }{code}At this point,there was a log like Warning: user Fistname lastn...@company.com has no permission to view job #1091, but sending mail anyway Failed to create e-mail address for Firstname  I think emailext plugin use fullname, not email and username field in oic-auth plugin.  So I set preferred_username for full name in the upper capture.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
   

[JIRA] (JENKINS-60011) mail to user full name not email

2019-10-31 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60011  
 
 
  mail to user full name not email   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 
 
Attachment: 
 image 2.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60011) mail to user full name not email

2019-10-31 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60011  
 
 
  mail to user full name not email   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello. I am using Jenkins LTS version with email-ext and oic-auth plugin and also p4 plugin for VCS. I have keycloak for OpenID auth, and here's oic-auth setting.!image-2019-11-01-12-15-17-783.png!!image -2019-11-01-14-16-42-027  2 .png! The keypoint is Full name field.I think user name field is for loginid and full name field is for name.So when I set Full name field to "name".I can see my name at top section of Jenkins. and then, I create a job for polling per change.whenever change committed, this job will run and send email to developer using emailext plugin.I use this pipeline syntax for this.{code:java}  post {always {  emailext (recipientProviders: [developers()],subject: "test",body: "test"  )}  }{code}At this point,there was a log like Warning: user Fistname lastn...@company.com has no permission to view job #1091, but sending mail anyway Failed to create e-mail address for Firstname  I think emailext plugin use fullname, not email and username field in oic-auth plugin.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 
   

[JIRA] (JENKINS-60011) mail to user full name not email

2019-10-31 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60011  
 
 
  mail to user full name not email   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello. I am using Jenkins LTS version with email-ext and oic-auth plugin and also p4 plugin for VCS. I have keycloak for OpenID auth, and here's oic-auth setting.!image-2019-11-01-12-15-17-783.png!!image-2019-11-01-14- 15 16 - 55 42 - 100 027 .png! The keypoint is Full name field.I think user name field is for loginid and full name field is for name.So when I set Full name field to "name".I can see my name at top section of Jenkins. and then, I create a job for polling per change.whenever change committed, this job will run and send email to developer using emailext plugin.I use this pipeline syntax for this.{code:java}  post {always {  emailext (recipientProviders: [developers()],subject: "test",body: "test"  )}  }{code}At this point,there was a log like Warning: user Fistname lastn...@company.com has no permission to view job #1091, but sending mail anyway Failed to create e-mail address for Firstname  I think emailext plugin use fullname, not email and username field in oic-auth plugin.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

[JIRA] (JENKINS-60011) mail to user full name not email

2019-10-31 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60011  
 
 
  mail to user full name not email   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello. I am using Jenkins LTS version with email-ext and oic-auth plugin and also p4 plugin for VCS. I have keycloak for OpenID auth, and here's oic-auth setting.!image-2019-11-01-12-15-17-783.png!!image-2019-11-01- 12 14 - 17 15 - 21 55 - 563 100 .png! The keypoint is Full name field.I think user name field is for loginid and full name field is for name.So when I set Full name field to "name".I can see my name at top section of Jenkins. and then, I create a job for polling per change.whenever change committed, this job will run and send email to developer using emailext plugin.I use this pipeline syntax for this.{code:java}  post {always {  emailext (recipientProviders: [developers()],subject: "test",body: "test"  )}  }{code}At this point,there was a log likeWarning: user Fistname lastn...@company.com has no permission to view job #1091, but sending mail anywayFailed to create e-mail address for Firstname I think emailext plugin use fullname, not email and username field in oic-auth plugin.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   

[JIRA] (JENKINS-60011) mail to user full name not email

2019-10-31 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60011  
 
 
  mail to user full name not email   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Alex Earl  
 
 
Attachments: 
 image-2019-11-01-12-15-17-783.png  
 
 
Components: 
 email-ext-plugin, oic-auth-plugin  
 
 
Created: 
 2019-11-01 05:15  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello.   I am using Jenkins LTS version with email-ext and oic-auth plugin and also p4 plugin for VCS.   I have keycloak for OpenID auth, and here's oic-auth setting.     The keypoint is Full name field. I think user name field is for loginid and full name field is for name. So when I set Full name field to "name". I can see my name at top section of Jenkins.   and then, I create a job for polling per change. whenever change committed, this job will run and send email to developer using emailext plugin. I use this pipeline syntax for this. 

 

  post {
always {
  emailext (
recipientProviders: [developers()],
subject: "test",
body: "test"
  )
}
  }
 

 At this point, there was a log like Warning: user Fistname lastn...@company.com has no permission to view job #1091, but sending mail anyway Failed to create e-mail address for Firstname   I think emailext plugin use fullname, not email and username field in oic-auth plugin.    
 

  
 
 
 

[JIRA] (JENKINS-58441) can I use changeset in when pipeline syntax

2019-09-16 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58441  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: can I use changeset in when pipeline syntax   
 

  
 
 
 
 

 
 Thanks. You can close this case.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58456) explain polling per change

2019-09-03 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee edited a comment on  JENKINS-58456  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: explain polling per change   
 

  
 
 
 
 

 
 [~p4karl],Thanks for your reply.  So, if I use {code:java}filter: [incremental(true)],{code}in checkout syntax in Pipeline,I don't need to check Polling per Change in Polling build filters. Right?  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58456) explain polling per change

2019-09-03 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58456  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: explain polling per change   
 

  
 
 
 
 

 
 So, if I use  

 

filter: [incremental(true)], 

 in checkout syntax in Pipeline, I don't need to check Polling per Change in Polling build filters. Right?          
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-43386) Not sending mail to user with permission to view

2019-08-30 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-43386  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Not sending mail to user with permission to view   
 

  
 
 
 
 

 
 suffering this problem, one more here.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58236) Provide mechanism to define dynamic stages in declarative pipelines

2019-08-30 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58236  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Provide mechanism to define dynamic stages in declarative pipelines   
 

  
 
 
 
 

 
 The number of Dockerfile is increasing more and more, so this feature is really needed and important to all users.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58639) pipeline job runs every two minutes

2019-07-25 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58639  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline job runs every two minutes   
 

  
 
 
 
 

 
 Karl Wirth Any comments?  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58639) pipeline job runs every two minutes

2019-07-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58639  
 
 
  pipeline job runs every two minutes   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 
 
Attachment: 
 image-2019-07-24-21-44-35-561.png  
 
 
Attachment: 
 image-2019-07-24-21-43-11-522.png  
 
 
Attachment: 
 image-2019-07-24-21-42-18-483.png  
 

  
 
 
 
 

 
 Hi, I use pipeline job. (not multibranch)The config of this job is,  # Build Triggers > Poll SCM checked, Schedule */2 * * * * # Pipeline > Definition : Pipeline script from SCM, SCM : Perforce Software, Polling build filters : Polling per Change Enabled checked I think jenkins job runs well usally, but sometimes this problem occurs.!img1.png!You can see job created every two minutes. In this case, #114 shows one CL 2921937 !image-2019-07-24-21-42-18-483.png! and also #115 shows same CL 2921937 !image-2019-07-24-21-43-11-522.png! actually  up to # 141 140  all runs shows same CL.   !image-2019-07-24-21-44-35-561.png! I do not know why this happened, I found that it could be a clue.Two CLs are submitted very closely.!image-2019-07-24-21-13-16-710.png! Please check this situation. Edited:Several Polling Log :!image-2019-07-24-21-19-48-805.png!!image-2019-07-24-21-20-41-904.png!!image-2019-07-24-21-18-42-220.png!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
   

[JIRA] (JENKINS-58639) pipeline job runs every two minutes

2019-07-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58639  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline job runs every two minutes   
 

  
 
 
 
 

 
 Karl Wirth I will update description and I will send Jenkinsfile to email.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58639) pipeline job runs every two minutes

2019-07-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58639  
 
 
  pipeline job runs every two minutes   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 
 
Attachment: 
 image-2019-07-24-21-20-41-904.png  
 
 
Attachment: 
 image-2019-07-24-21-19-48-805.png  
 
 
Attachment: 
 image-2019-07-24-21-18-42-220.png  
 

  
 
 
 
 

 
 Hi, I use pipeline job. (not multibranch)The config of this job is,  # Build Triggers > Poll SCM checked, Schedule */2 * * * * # Pipeline > Definition : Pipeline script from SCM, SCM : Perforce Software, Polling build filters : Polling per Change Enabled checked I think jenkins job runs well usally, but sometimes this problem occurs.!img1.png!You can see job created every two minutes. In this case, #114 shows one CL 2921937and also #115 shows same CL 2921937actually  up to #141 all runs shows same CL. I do not know why this happened, I found that it could be a clue.Two CLs are submitted very closely.!image-2019-07-24-21-13-16-710.png! Please check this situation.  Edited:Several Polling Log :!image-2019-07-24-21-19-48-805.png!!image-2019-07-24-21-20-41-904.png!!image-2019-07-24-21-18-42-220.png!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
   

[JIRA] (JENKINS-58639) pipeline job runs every two minutes

2019-07-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58639  
 
 
  pipeline job runs every two minutes   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 
 
Summary: 
 pipeline job runs every  two  minutes  
 
 
Attachment: 
 image-2019-07-24-21-13-16-710.png  
 
 
Attachment: 
 img1.png  
 

  
 
 
 
 

 
 Hi, I use pipeline job. (not multibranch)The config of this job is,  # Build Triggers > Poll SCM checked, Schedule */2 * * * * # Pipeline > Definition : Pipeline script from SCM, SCM : Perforce Software, Polling build filters : Polling per Change Enabled checked I think jenkins job runs well  usally , but sometimes this problem occurs.! img1.png!You can see job created every two minutes. In this case, #114 shows one CL 2921937and also #115 shows same CL 2921937actually  up to #141 all runs shows same CL. I do not know why this happened, I found that it could be a clue.Two CLs are submitted very closely.! image-2019-07-24- 20 21 - 58 13 - 40 16 - 514 710 .png!  Please check this situation.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

   

[JIRA] (JENKINS-58639) pipeline job runs every minutes

2019-07-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58639  
 
 
  pipeline job runs every minutes   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-07-24 11:58  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi,   I use pipeline job. (not multibranch) The config of this job is,   
 
Build Triggers > Poll SCM checked, Schedule */2 * * * * 
Pipeline > Definition : Pipeline script from SCM, SCM : Perforce Software, Polling build filters : Polling per Change Enabled checked 
   I think jenkins job runs well, but sometimes this problem occurs.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
   

[JIRA] (JENKINS-54010) Support two levels of parallelity in stages

2019-07-15 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-54010  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support two levels of parallelity in stages   
 

  
 
 
 
 

 
 I am looking forward parallel in parallel feature, whole code of declarative syntax.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58456) explain polling per change

2019-07-12 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58456  
 
 
  explain polling per change   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 image-2019-07-12-15-22-43-852.png  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-07-12 06:23  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi,   I want to make jenkins pipeline job to run whenever commit comes.   In checkout code, there's filter: [incremental(true)] feature like below. 

 

checkout perforce(
credential: 'p4',
filter: [incremental(true)],
populate: syncOnly(...),
workspace: templateSpec(...)
)
 

 What is this for?    and there's polling build filters options in configuration page.  What is this for? What is different with upper code ?   Many thanks,  
 

  
 
 
 
 

 
 
 

 
 
 Add 

[JIRA] (JENKINS-58441) can I use changeset in when pipeline syntax

2019-07-11 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58441  
 
 
  can I use changeset in when pipeline syntax   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-07-11 13:26  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi,   Is it possible to use changeset syntax ?   For example, 

 

stage ('test') {
  when {
changeset "branchA/folder1/**"
  }
  steps {
...
  }
} 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

 

[JIRA] (JENKINS-58209) how to use perforce credential in pipeline

2019-07-11 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58209  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: how to use perforce credential in pipeline   
 

  
 
 
 
 

 
 Karl,   Thanks, I checked, there's no problem. You can close 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200268.1561551021000.7818.1562827500842%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-44195) Add timestamps to the log

2019-07-09 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-44195  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add timestamps to the log   
 

  
 
 
 
 

 
 In my case,  I am using timestamp plugin, In console output, timezone is OK. but log is too long. It shows 

 

15:26:36 blah blah
 

 So I want to see log in blueocean for each stage, step. but int blue ocean, timezone is UTC maybe. It shows 

 

[2019-07-09T06:23:02.385Z]  blah blah
 

   even though I set timezone properly.    
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58250) how to use p4groovy in declarative pipeline

2019-07-01 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58250  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: how to use p4groovy in declarative pipeline   
 

  
 
 
 
 

 
 Hi, Karl Wirth   Thanks for your help.    You can close 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200313.1561710397000.13862.1562025360105%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-58209) how to use perforce credential in pipeline

2019-07-01 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-58209  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: how to use perforce credential in pipeline   
 

  
 
 
 
 

 
 Hi, Karl Wirth I've tested.   1) When I create "Username with password" kind in Jenkins Credentials page, I can use this in below format. There's no problem. 

 

withCredentials([ usernamePassword(
 

 2) I just ask that can I use "Perforce Password Credential" kind or not. Like 

 

withCredentials([ perforcePassword(
 

 Now I should create both "Username with password" and "Perforce Password Credential".  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58250) how to use p4groovy in declarative pipeline

2019-06-28 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58250  
 
 
  how to use p4groovy in declarative pipeline   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-06-28 08:26  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi, How can I use p4 groovy in declarative pipeline? Karl Wirth, you told me that I can use below syntax, but I can't use this.   

 

pipeline {
  agent {
    kubernetes {
     label 'test'
     yamlFile 'test.yaml'
    }
  }
  options {
    skipDefaultCheckout()
  }
  stages {
    stage('Run Test') {
      steps {
container(name: 'test', shell: '/bin/bash') {
  p4 credential: 'p4_10.251.245.74_1667_perforce', workspace: templateSpec(charset: 'utf8', format: 'jenkins-${JOB_NAME}-${BUILD_ID}-${NODE_NAME}', pinHost: false, templateName: 'TEMPLATE')
  // and how to use p4.run('client', '-o') for example
}
  }
    }
  }
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-58209) how to use perforce credential in pipeline

2019-06-26 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58209  
 
 
  how to use perforce credential in pipeline   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-06-26 12:10  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi,   Is it possible to use perforce password credential in pipeline?   like, 

 

withCredentials([ usernamePassword(
  credentialsId: 'perforce',
  usernameVariable: 'P4_USER',
  passwordVariable: 'P4_PASSWORD')
]) {
  ...
} 

 If not provided, please add this feature.   Thanks,  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 

[JIRA] (JENKINS-58164) how to use when branch keyword

2019-06-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58164  
 
 
  how to use when branch keyword   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi, Is there a p4 way for below ? Please refer to [https://jenkins.io/doc/tutorials/build-a-multibranch-pipeline-project/]There's _expression_ like {code:java}  ``` stage('a') {    when {      branch 'dev'    }    steps {     } } {code}  ```  How can I use for this in p4?   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58164) how to use when branch keyword

2019-06-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58164  
 
 
  how to use when branch keyword   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-06-24 13:37  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi,   Is there a p4 way for below ?   Please refer to https://jenkins.io/doc/tutorials/build-a-multibranch-pipeline-project/ There's _expression_ like ``` stage('a') {   when  {     branch 'dev'   }   steps  {  } ```   How can I use for this in p4?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
  

[JIRA] (JENKINS-57870) populate: previewOnly(quiet: true) fail

2019-06-05 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57870  
 
 
  populate: previewOnly(quiet: true) fail   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Paul Allen  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-06-06 00:52  
 
 
Environment: 
 Jenkins ver. 2.164.3  p4-plugin : 1.10.0  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi,   When I use jenkins with swarm automated test, I use the pipeline code like 

 

checkout perforce(
   populate: previewOnly(quiet: true)
   workspace: templateSpec( ... )
)
 

 and template workspace have all depot like 

 

//depotA/... //$P4_CLIENT/depotA/...
//depotB/... //$P4_CLIENT/depotB/...
//depotC/... //$P4_CLIENT/depotC/...
...
 

 and I create new workspace and delete after finished job always.   as you know, because I want to do like unshelve files in the review item and run some test. I don't need sync, sync -n or sync -k and flush, delete, whatever..   here's error message. [Pipeline] container[Pipeline] {[Pipeline] checkout*02:02:57* (p4):cmd:... p4 client -o TEMPLATE_SE_SWARM_AT_SA*02:02:57* p4 client -o TEMPLATESE_SWARM_AT_SA*02:02:57* 02:02:57 (p4):stop:3*02:02:57* (p4):cmd:... p4 client -o jenkins-SE-SWARM_AT_SA-21-se-swarm-at-sa-sv1sw-klt6z*02:02:57* p4 client -o 

[JIRA] (JENKINS-55826) Add '-f' to 'p4 client -d' with cleanup/p4cleanup

2019-04-23 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-55826  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add '-f' to 'p4 client -d' with cleanup/p4cleanup   
 

  
 
 
 
 

 
 released. please close.  
 

  
 
 
 
 

 
 
 

 
 
 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-57118) don't need sync -f @0 command in cleanup true

2019-04-23 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-57118  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: don't need sync -f @0 command in cleanup true   
 

  
 
 
 
 

 
 Oh, Thank you. You can close this case!  
 

  
 
 
 
 

 
 
 

 
 
 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-57118) don't need sync -f @0 command in cleanup true

2019-04-23 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57118  
 
 
  don't need sync -f @0 command in cleanup true   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello. I use this pipeline.{code:java}pipeline {  agent {kubernetes {  label 'xx'  yamlFile 'xx.yaml'}  }  options {skipDefaultCheckout()timestamps()  }  stages {stage('Run Test') {  steps {container(name: 'xxx', shell: '/bin/bash') {  checkout perforce(browser: swarm('http://'),credential: 'xxx',populate: previewOnly(quiet: true),workspace: templateSpec(charset: 'utf8', format: 'jenkins-${JOB_NAME}-${BUILD_ID}-${NODE_NAME}', pinHost: false, templateName: 'TEMPLATE__all')  )  timeout (10) {sh '/sa.py'  }}  }  post {always {  cleanup true}  }}  }}{code} In this case, template workspace(TEMPLATE__all)'s view mapping is all depot like,//depot1/... //ws/depot1/...//depot2/... //ws/depot2/..and no sync command, just create workspace only. but at post, I want to delete workspace just,but "cleanup true" command runsp4 sync -f -q /home/jenkins/workspace/xxx/...@0 commandand it does not run. I don't know why but anyway I don't need sync -f -q @0 command. Please improve cleanup command. log is here. {code:java}  *19 [Pipeline] // containerPost stage[Pipeline] cleanup15 : 38 04 : 24* 44   (p4):cmd:... p4 client - o TEMPLATE__SE_SWARM_AT_SA15:04:44  p4 client -o TEMPLATE__SE_SWARM_AT_SA15:04:44  15:04:44  (p4):stop:315:04:44  (p4):cmd:... p4 client -o jenkins-SE-SWARM_AT_SA-5892-se-swarm-at-sa-r0p3m-hxvxb15:04:44  p4 client -o jenkins-SE-SWARM_AT_SA-5892-se-swarm-at-sa-r0p3m-hxvxb15:04:44  15:04:45  (p4):stop:415:04:45  (p4):cmd:... p4 client -i15:04:45  p4 client -i15:04:45  15:04:45  Client jenkins-SE-SWARM_AT_SA-5892-se-swarm-at-sa-r0p3m-hxvxb not changed.15:04:45  15:04:45  (p4):stop:515:04:45  (p4):cmd:... p4 client - f -s -t TEMPLATE__SE_SWARM_AT_SA jenkins-SE-SWARM_AT_SA- 5709 5892 -se-swarm-at___ *19 15 : 38 04 : 24* 45   p4 client -f -s -t TEMPLATE__SE_SWARM_AT_SA jenkins-SE-SWARM_AT_SA- 5709 5892 -se-swarm-at-sa- snz54 r0p3m - 28j0f*19 hxvxb15 : 38 04 : 24* *19 45  15 : 38 04 : 24* 45   Client jenkins-SE-SWARM_AT_SA- 5709 5892 -se-swarm-at-sa- snz54 r0p3m - 28j0f hxvxb  not changed. *19 15 : 38 04 : 24* *19 45  15 : 38 04 : 24* 45   (p4):stop:6 *19 15 : 38 04 : 24* 45   (p4):cmd:... p4 client -o jenkins-SE-SWARM_AT_SA- 5709 5892 -se-swarm-at-sa- snz54 r0p3m - 28j0f*19 hxvxb15 : 38 04 : 24* 45   p4 client -o jenkins-SE-SWARM_AT_SA- 5709 5892 -se-swarm-at-sa- snz54 r0p3m - 28j0f*19 hxvxb15 : 38 04 : 24* *19 45  15 : 38 04 : 24* 45   (p4):stop:7 *19 15 : 38 04 : 24* 45   (p4):cmd:... p4 client -o jenkins-SE-SWARM_AT_SA- 5709 5892 -se-swarm-at-sa- snz54 r0p3m - 28j0f*19 hxvxb15 : 38 04 : 24* 45   p4 client -o jenkins-SE-SWARM_AT_SA- 5709 5892 -se-swarm-at-sa- snz54 r0p3m - 28j0f*19 hxvxb15 : 38 04 : 24* *19 45  15 : 38 04 : 24* 45   (p4):stop:8 *19 15 : 38 04 : 24* *19 45  15 

[JIRA] (JENKINS-57118) don't need sync -f @0 command in cleanup true

2019-04-23 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57118  
 
 
  don't need sync -f @0 command in cleanup true   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 
 
Summary: 
 don't need sync -f  #  @ 0 command in cleanup 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-57118) don't need sync -f #0 command in cleanup true

2019-04-19 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57118  
 
 
  don't need sync -f #0 command in cleanup true   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Paul Allen  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-04-19 11:03  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello.   I use this pipeline. 

 

pipeline {
  agent {
kubernetes {
  label 'xx'
  yamlFile 'xx.yaml'
}
  }
  options {
skipDefaultCheckout()
timestamps()
  }
  stages {
stage('Run Test') {
  steps {
container(name: 'xxx', shell: '/bin/bash') {
  checkout perforce(
browser: swarm('http://'),
credential: 'xxx',
populate: previewOnly(quiet: true),
workspace: templateSpec(charset: 'utf8', format: 'jenkins-${JOB_NAME}-${BUILD_ID}-${NODE_NAME}', pinHost: false, templateName: 'TEMPLATE__all')
  )
  timeout (10) {
sh '/sa.py'
  }
}
  }
  post {
always {
  cleanup true
}
  }
}
  }
}
 

   In this case,  template workspace(TEMPLATE__all)'s view mapping is all depot like, //depot1/... //ws/depot1/... //depot2/... //ws/depot2/... ... and no sync command, just create workspace only.   but at post, I want to delete workspace just, but "cleanup true" command runs p4 sync -f -q /home/jenkins/workspace/xxx/...@0 command and it does not run.  I don't know why but anyway I don't need sync -f -q @0 command.   Please improve cleanup command.   log is here.  19:38:24 (p4):cmd:... p4 client -f -s -t TEMPLATE_SE_SWARM_AT_SA jenkins-SE-SWARM_AT_SA-5709-se-swarm-at_19:38:24 p4 client -f -s -t TEMPLATE_SE_SWARM_AT_SA jenkins-SE-SWARM_AT_SA-5709-se-swarm-at-sa-snz54-28j0f*19:38:24* 

[JIRA] (JENKINS-55826) how to delete workspace forcely?

2019-01-30 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-55826  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: how to delete workspace forcely?   
 

  
 
 
 
 

 
 Karl Wirth Both are checked.  
 

  
 
 
 
 

 
 
 

 
 
 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-55826) how to delete workspace forcely?

2019-01-29 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee edited a comment on  JENKINS-55826  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: how to delete workspace forcely?   
 

  
 
 
 
 

 
 Here's my Jenkinsfile.{code:java}pipeline {  options {skipDefaultCheckout()  }  agent {kubernetes { yaml ""}  }  stages {stage('Sync') {  steps {container(name: 'image', shell: '/bin/bash') {  checkout perforce( browser: swarm('http://1.2.3.4'), credential: '1.2.3.4_perforce', populate: syncOnly(force: false, have: true, modtime: false, parallel: [enable: false, minbytes: '1024', minfiles: '1', threads: '4'], pin: '', quiet: true, revert: false), workspace: templateSpec(charset: 'utf8', format: 'jenkins-${JOB_NAME}-${NODE_NAME}', pinHost: false, templateName: 'TEMPLATE__MAIN__CORE__SVR19A_5GC')  )}  }}stage('Build') {  steps {container(name: 'image', shell: '/bin/bash') {  cleanup true}  }}  }}{code}I always create new workspace from template workspace andwant to delete every time.I don't want run sync -f ...@0 command and revert command (don't needed)I tried to use "p4cleanup true" and "p4cleanup false" it does not work.These did unsync only. Here's output when I use "cleanup true".{code:java}P4 Task: cleanup client: jenkins-luckyhk.lee_cleanup- core image - 19.a- rw3sr-dhw00P4 Task: unsyncing client: jenkins-luckyhk.lee_cleanup- core image - 19.a- rw3sr-dhw00P4 Task: syncing files at change: 0... p4 sync -f -q /home/jenkins/workspace/luckyhk.lee_cleanup/...@0 +duration: 0m 18s... p4 client -o jenkins-luckyhk.lee_cleanup- core image - 19.a- rw3sr-dhw00 +... p4 revert /home/jenkins/workspace/luckyhk.lee_cleanup/... +P4 Task: remove client: jenkins-luckyhk.lee_cleanup- core image - 19.a- rw3sr-dhw00... p4 client -d jenkins-luckyhk.lee_cleanup- core image - 19.a- rw3sr-dhw00 -p4 client -d jenkins-luckyhk.lee_cleanup- core image - 19.a- rw3sr-dhw00Client 'jenkins-luckyhk.lee_cleanup- core image - 19.a- rw3sr-dhw00' is locked and can't be deleted.{code} I think if "cleanup true" do "p4 client -d -f" command is better than doing unsync and revert and delete,anyway I need -f option now.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
  

[JIRA] (JENKINS-55826) how to delete workspace forcely?

2019-01-29 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-55826  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: how to delete workspace forcely?   
 

  
 
 
 
 

 
 Here's my Jenkinsfile. 

 

pipeline {
  options {
skipDefaultCheckout()
  }
  agent {
kubernetes {
 yaml """

"""
}
  }
  stages {
stage('Sync') {
  steps {
container(name: 'image', shell: '/bin/bash') {
  checkout perforce( browser: swarm('http://1.2.3.4'),
  credential: '1.2.3.4_perforce',
  populate: syncOnly(force: false, have: true, modtime: false, parallel: [enable: false, minbytes: '1024', minfiles: '1', threads: '4'], pin: '', quiet: true, revert: false),
  workspace: templateSpec(charset: 'utf8', format: 'jenkins-${JOB_NAME}-${NODE_NAME}', pinHost: false, templateName: 'TEMPLATE__MAIN__CORE__SVR19A_5GC')
  )
}
  }
}
stage('Build') {
  steps {
container(name: 'core-rhel75', shell: '/bin/bash') {
  cleanup true
}
  }
}
  }
}
 

 I always create new workspace from template workspace and want to delete every time. I don't want run sync -f ...@0 command and revert command (don't needed) I tried to use "p4cleanup true" and "p4cleanup false" it does not work. These did unsync only.   Here's output when I use "cleanup true". 

 

P4 Task: cleanup client: jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00
P4 Task: unsyncing client: jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00
P4 Task: syncing files at change: 0
... p4 sync -f -q /home/jenkins/workspace/luckyhk.lee_cleanup/...@0 +
duration: 0m 18s

... p4 client -o jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00 +
... p4 revert /home/jenkins/workspace/luckyhk.lee_cleanup/... +
P4 Task: remove client: jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00
... p4 client -d jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00 -
p4 client -d jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00

Client 'jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00' is locked and can't be deleted. 

   I think if "cleanup true" do "p4 client -d -f" command is better than doing unsync and revert and delete, anyway I need -f option now.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

   

[JIRA] (JENKINS-55826) how to delete workspace forcely?

2019-01-29 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee edited a comment on  JENKINS-55826  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: how to delete workspace forcely?   
 

  
 
 
 
 

 
 Here's my Jenkinsfile.{code:java}pipeline {  options {skipDefaultCheckout()  }  agent {kubernetes { yaml ""}  }  stages {stage('Sync') {  steps {container(name: 'image', shell: '/bin/bash') {  checkout perforce( browser: swarm('http://1.2.3.4'), credential: '1.2.3.4_perforce', populate: syncOnly(force: false, have: true, modtime: false, parallel: [enable: false, minbytes: '1024', minfiles: '1', threads: '4'], pin: '', quiet: true, revert: false), workspace: templateSpec(charset: 'utf8', format: 'jenkins-${JOB_NAME}-${NODE_NAME}', pinHost: false, templateName: 'TEMPLATE__MAIN__CORE__SVR19A_5GC')  )}  }}stage('Build') {  steps {container(name: ' core-rhel75 image ', shell: '/bin/bash') {  cleanup true}  }}  }}{code}I always create new workspace from template workspace andwant to delete every time.I don't want run sync -f ...@0 command and revert command (don't needed)I tried to use "p4cleanup true" and "p4cleanup false" it does not work.These did unsync only. Here's output when I use "cleanup true".{code:java}P4 Task: cleanup client: jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00P4 Task: unsyncing client: jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00P4 Task: syncing files at change: 0... p4 sync -f -q /home/jenkins/workspace/luckyhk.lee_cleanup/...@0 +duration: 0m 18s... p4 client -o jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00 +... p4 revert /home/jenkins/workspace/luckyhk.lee_cleanup/... +P4 Task: remove client: jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00... p4 client -d jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00 -p4 client -d jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00Client 'jenkins-luckyhk.lee_cleanup-core-19.a-rw3sr-dhw00' is locked and can't be deleted.{code} I think if "cleanup true" do "p4 client -d -f" command is better than doing unsync and revert and delete,anyway I need -f option now.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira 

[JIRA] (JENKINS-55826) how to delete workspace forcely?

2019-01-28 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55826  
 
 
  how to delete workspace forcely?   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2019-01-29 07:55  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 I am creating new workspace using template workspace. template workspace is locked.   So created workspace is also locked.   In this situation, How to delete workspace? I used cleanup true in pipeline.   I think I have to change workspace's option every time or you can provide cleanup true with force option.   Thanks,  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 


[JIRA] (JENKINS-55232) regarding Authentication response is not success message

2018-12-18 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-55232  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: regarding Authentication response is not success message   
 

  
 
 
 
 

 
 Sorry and thank you Ivan Fernandez Calvo I am very beginner about auth, SAML. Can you reply my comment one more please ?  
 

  
 
 
 
 

 
 
 

 
 
 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-55232) regarding Authentication response is not success message

2018-12-17 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-55232  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: regarding Authentication response is not success message   
 

  
 
 
 
 

 
 I added saml-sp-metadata.xml in AD FS encryption tab and Signature tab. And then I can login.   Should I add that file to AD? Is there another way?   And in my case, in AD FS claim, When I use SEC_LOGINID for Outgoing Claim Type of cn LDAP Attribute, I can not login successfully. When I use Name ID for it, there's no problem. Can you let me know other specific name for displayname and email ?  
 

  
 
 
 
 

 
 
 

 
 
 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-55232) regarding Authentication response is not success message

2018-12-17 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55232  
 
 
  regarding Authentication response is not success message   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Ivan Fernandez Calvo  
 
 
Components: 
 saml-plugin  
 
 
Created: 
 2018-12-18 03:08  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hi.   I need help. I am beginner regarding auth. I want to connect AD FS 4.0 with Jenkins using saml plugin. After installed Jenkins (lts) and saml plugin (latest), Configure Global Security >  select SAML 2.0 in Security Realm   IdP Metadata URL : https://sts-dev.secsso.net/federationmetadata/2007-06/federationmetadata.xml Refresh Period : 0 Display Name Attribute : SEC_LOGINID Group Attribute : (empty) Maximum Authentication Lifetime : 86400 Username Attribute : SEC_LOGINID Email Attribute : SEC_MAIL Username Case Conversion : None Data Binding Method : HTTP-POST Logout URL : (empty)   and save, there's log in Jenkins Is this OK ? 

 

Dec 18, 2018 3:03:31 AM org.springframework.context.support.AbstractApplicationContext prepareRefreshDec 18, 2018 3:03:31 AM org.springframework.context.support.AbstractApplicationContext prepareRefreshINFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@660e8514: display name [Root WebApplicationContext]; startup date [Tue Dec 18 03:03:31 UTC 2018]; root of context hierarchyDec 18, 2018 3:03:31 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactoryINFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@660e8514]: org.springframework.beans.factory.support.DefaultListableBeanFactory@175ab9f6Dec 18, 2018 3:03:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletonsINFO: Pre-instantiating singletons in 

[JIRA] (JENKINS-38442) Support nested stages in the Pipeline Graph

2018-03-28 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 +1 I think this is really really needed for making flexible pipeline.   Because of feature toggling,  wee need checkout - build - test checkout - build - test checkout - build - test  ... (so many) (only different is source code checkouted and build command line)   If this feature can not be implemented, I will search another tool.    
 

  
 
 
 
 

 
 
 

 
 
 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-38442) Support nested stages in the Pipeline Graph

2018-03-28 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee edited a comment on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 +1I think this is really really needed for making flexible pipeline. Because of feature toggling,  wee we  needcheckout - build - testcheckout - build - testcheckout - build - test ... (so many)(only different is source code checkouted and build command line) If this feature can not be implemented, I will search another tool.   
 

  
 
 
 
 

 
 
 

 
 
 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-49784) Can not select Docker Swarm in Cloud

2018-02-27 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49784  
 
 
  Can not select Docker Swarm in Cloud   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Recently I am looking forward to using better docker swarm plugin.I really hope this plugin provide awesome features to users. Anyway, I 've seen this plugin and installed.But I can not select Docker Swarm in Cloud section.  And also I request very basic example using this plugin,from how to set docker swarm (some docker service commands)to install and set this plugin.and use for build (the first step of CI/CD).    
 

  
 
 
 
 

 
 
 

 
 
 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-49784) Can not select docker swarm in Cloud

2018-02-27 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49784  
 
 
  Can not select docker swarm in Cloud   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 
 
Summary: 
 can Can  not select docker swarm  in Cloud  
 

  
 
 
 
 

 
 
 

 
 
 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-49784) Can not select Docker Swarm in Cloud

2018-02-27 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49784  
 
 
  Can not select Docker Swarm in Cloud   
 

  
 
 
 
 

 
Change By: 
 Hokwang Lee  
 
 
Summary: 
 Can not select  docker swarm  Docker Swarm  in Cloud  
 

  
 
 
 
 

 
 
 

 
 
 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-49784) can not select docker swarm

2018-02-27 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49784  
 
 
  can not select docker swarm   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 surya gaddipati  
 
 
Components: 
 docker-swarm-plugin  
 
 
Created: 
 2018-02-28 04:20  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Recently I am looking forward to using better docker swarm plugin. I really hope this plugin provide awesome features to users.   Anyway, I 've seen this plugin and installed. But I can not select Docker Swarm in Cloud section.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message