Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-65942

java groovy libraries are not executed on kubernetes slave pod

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • kubernetes-plugin

      Hi all,

      we are executing our pipeline script on slave pod, which has some groovy libraries.
      def process = ['bash', '-c', cmd].execute()
      def file= new File( "test.txt" )

      even though the scripts are executed from slave pod, the groovy libraries seems to be working only in our master pod.

      Is there any plugin which takes care of groovy execution in kubernetes slave pod. If now, then why the groovy script libraries are working only in master pod??

       

      Thanks and Regards,

      Raghavi G. Kamat

            Unassigned Unassigned
            raghkama Raghavi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: