Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. did
    D
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    did

    @did

    0
    Reputation
    5
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    did Follow

    Best posts made by did

    This user hasn't posted anything yet.

    Latest posts made by did

    • FTP extension on buildmaster 6

      Hi,

      I can't use the FTP extension .
      I have installed the FTP Legacy.
      But, It's mentionned this :

      FTPLegacy 6.0.0 6.0.0 Contains legacy actions for communicating with a server using FTP. The FTP Extension is also required.

      So, I have the FTP Extension, but i receive this message :

      Could not load type 'Inedo.BuildMaster.Extensibility.Operations.ExecuteOperation' from assembly 'BuildMasterCore, Version=6.0.10.9, Culture=neutral, PublicKeyToken=112cfb71329714a6'.

      I guess that the FTP extension is not compatible with the version 6 of buildmaster.

      So I remove it.

      And when I trie to invoke the the method to get a file through ftp, in a plan, I can't see it in the visual editor.
      I have check all the legacy stuff in the Advances Settings.

      Where I am wrong ?

      Thanks for the help.

      Kind regards,

      D.

      Product: BuildMaster
      Version: 6.0.10

      posted in Support
      D
      did
    • Why this ERROR message with a builtin function

      Hi,

      I have this message :

      Deleting temporary script file (/tmp/buildmaster/scripts/469c381be3da4dfea2f6af351188c512)...
      Temporary file deleted.
      Could not resolve function @Split.
      Cleaning up...

      I don't understand because @Split is a builtin function .

      Any clue what's happening ?

      Kind Regards.

      Product: BuildMaster
      Version: 6.0.10

      posted in Support
      D
      did
    • RE: Issue with Artifactory::Retrieve-Artifact

      The Artifactory version is 1.0.0

      posted in Support
      D
      did
    • RE: Issue with Artifactory::Retrieve-Artifact

      I have removed the credentials, it's still the same error.

      Regards,

      Did.

      posted in Support
      D
      did
    • Issue with Artifactory::Retrieve-Artifact

      Hello,
      first of all, i'm totally new with buildmaster.

      I try to retrieve an artifact from a jfrog artifactory server.
      I have install the Artifactory extension

      But, it doesn't work.
      here is my plan :

      Artifactory::Retrieve-Artifact
      (
      Credentials: repo,
      Credentials: repo,
      Repository: https://repo.myorg.net,
      Path: /artifactory/maven.release/net/artifact/myapp/1.1.1/myapp-1.1.1.jar,
      ToFile: C:\home\build-master
      );

      I receive the following error :
      
      DEBUG: 2018-07-02 13:27:32Z - Using LocalAgent agent on localhost
      

      ERROR: 2018-07-02 13:27:32Z - Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.
      at Inedo.Extensions.Artifactory.Credentials.ArtifactoryCredentials.CreateClient()
      at Inedo.Extensions.Artifactory.Operations.ArtifactoryOperation.CreateClient()
      at Inedo.Extensions.Artifactory.Operations.GetArtifactMetadataOperation.<ExecuteAsync>d__16.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Inedo.BuildMaster.Windows.ServiceApplication.Executions.PlanExecuter.DeploymentPlanExecuter.<Inedo-ExecutionEngine-Executer-IExecutionHostEnvironment-ExecuteActionAsync>d__25.MoveNext()

      Any idea what is wrong ... ?

      Version buildmaster 6.0.6.

      Regards.

      Did.

      Product: BuildMaster
      Version: 6.0.8

      posted in Support
      D
      did