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

groovy.lang.MissingPropertyException: No such property: server for class: WorkflowScript

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • artifactory-plugin
    • None

      Trying to build my cpp code using pipeline and push the artifacts to jfrog artifactory, but currently i am stuck here. This happen after I managed to configure the artifact successfully, as I am able to see the build information at jfrog artifactory.

       

      Error occurs while I am running this on pipeline

      def buildInfo = Artifactory.newBuildInfo()

      server.download(artifactoryDownloadDsl, buildInfo)

      server.upload(artifactoryUploadDsl, buildInfo)

      buildInfo.env.capture = true

            eyalbe Eyal Ben Moshe
            wneo004 weisheng neo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: