[JIRA] (JENKINS-37341) Add support of z/OS USS to sh step

2019-05-09 Thread john....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anu George commented on  JENKINS-37341  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support of z/OS USS to sh step   
 

  
 
 
 
 

 
 I am curious, do we need all three  plugins for this to work. I do have all,  but just checking. thanks . I need to check whether IBM1047 is supported.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-37341) Add support of z/OS USS to sh step

2019-05-08 Thread john....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anu George edited a comment on  JENKINS-37341  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support of z/OS USS to sh step   
 

  
 
 
 
 

 
 Thanks [~lne] , I tried the below  and it still doesn't work, same error pipeline { agent  \ { node   { label 'KanplexUSSAgent' }   } stages { stage('build') { steps   {   //sh 'pwd'   sh(encoding:'IBM-1047', script:'pwd')   }   } }}  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-37341) Add support of z/OS USS to sh step

2019-05-08 Thread john....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anu George commented on  JENKINS-37341  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support of z/OS USS to sh step   
 

  
 
 
 
 

 
 Thanks Lutz Neugebauer , I tried the below  and it still doesn't work, same error   pipeline { agent { node  { label 'KanplexUSSAgent' }  } stages { stage('build') { steps  { //sh 'pwd' sh(encoding:'IBM-1047', script:'pwd') }  } } }  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-37341) Add support of z/OS USS to sh step

2019-05-08 Thread john....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anu George commented on  JENKINS-37341  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support of z/OS USS to sh step   
 

  
 
 
 
 

 
 I was trying to use this plugin to execute a sh file in z/OS USS, but gives error, so I just tried a simple step as below pipeline { agent { node  { label 'KanplexUSSAgent' }  } stages { stage('build') { steps  { sh 'pwd' }  } } } even this does not work. If anyone can give me suggestions, it will be helpful. Thanks in advance   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-37341) Add support of z/OS USS to sh step

2019-05-08 Thread john....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anu George updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37341  
 
 
  Add support of z/OS USS to sh step   
 

  
 
 
 
 

 
Change By: 
 Anu George  
 
 
Attachment: 
 image-2019-05-08-09-49-55-527.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


[JIRA] (JENKINS-40667) Support of Rundeck usage in Pipeline script

2018-11-07 Thread john...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Mohan commented on  JENKINS-40667  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support of Rundeck usage in Pipeline script   
 

  
 
 
 
 

 
 Hi - I get the below exception while using the above declarative pipeline snippet from Brian with Rundeck plugin 3.5.4 and 3.6.4 installed on Jenkins 2.138.2; Caused by: java.lang.IllegalArgumentException: Could not instantiate {includeRundeckLogs=true, jobId=2a1b41c7-3fbb-xx-xx, nodeFilters=, options=, rundeckInstance=my_rundeck, shouldFailTheBuild=true, shouldWaitForRundeckJob=true, tags=[], tailLog=true} for RundeckNotifier(rundeckInstance: String, jobId: String, options: String, nodeFilters: String, tags: String, shouldWaitForRundeckJob: boolean, shouldFailTheBuild: boolean, includeRundeckLogs: boolean, tailLog: boolean, jobUser: String, jobPassword: String, jobToken: String): java.lang.ClassCastException: org.jenkinsci.plugins.rundeck.RundeckNotifier.tags expects class java.lang.String but received class java.util.ArrayList   Any idea how to resolve?  
 

  
 
 
 
 

 
 
 

 
 
 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] [websphere-deployer-plugin] (JENKINS-28160) Plugin looking in incorrect Path for Websphere jars

2015-08-24 Thread john...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Mohan commented on  JENKINS-28160 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Plugin looking in incorrect Path for Websphere jars   
 
 
 
 
 
 
 
 
 
 
Am having the same issue - am using Win7 and the plugin is looking at C:\\.jenkins\plugins\websphere-deployer\WEB-INF\lib\ when the actual path is C:\jenkins\.jenkins\plugins\websphere-deployer\WEB-INF\lib\  What is the workaround? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.