Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Pipeline don't use correct version #19817

Open
1 of 4 tasks
likyd opened this issue Apr 26, 2024 · 3 comments
Open
1 of 4 tasks

[Question]: Pipeline don't use correct version #19817

likyd opened this issue Apr 26, 2024 · 3 comments
Labels
Area: ABTT Akvelon Build Tasks Team area of work help wanted

Comments

@likyd
Copy link

likyd commented Apr 26, 2024

Task name

CopyFileHoverSSH

Task version

0.236.1

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

Red hat

Question

The latest version of CopyFileHoverSSH is version 0.237, but when I run my pipeline, the job (in the pipeline) uses version 0.231.1.

I checked in the tasks directory (_work/_tasks), and version 0.236.1 exists.

I have also tried specifying the full version in my task, but it still uses version 0.231.1.

steps:
  - task: CopyFilesOverSSH@0.236.1
    displayName: 'Copy artefact (${{ parameters.serverName }})'
    inputs:
      sshEndpoint: ${{ parameters.serviceConnection }}
      sourceFolder: '$(Agent.BuildDirectory)/'
      contents: '**/${{ parameters.applicationName }}*.${{ parameters.artefactExtension }}'
      targetFolder: '$(artefacts.applicationUploadDirectory)'
      flattenFolders: true

May I kindly ask you to advice?

Kind regards
@aleksandrlevochkin
Copy link
Contributor

Hi @likyd, thank you for reporting. The minimum supported version of the agent has been bumped recently for this task: #19643
Could you please check if your agent meets this condition?

@likyd
Copy link
Author

likyd commented Apr 29, 2024

Hello, thank for your response.

Yes, if I'm not mistaken, we are in 3.227.2 version as we can see in the printscreen

image

@likyd
Copy link
Author

likyd commented May 8, 2024

@aleksandrlevochkin , we are curently in 3.227.2 version.

We also tested with a fresh installation of an agent (3.228.0) on another machine and the problem persists. The task is still in version 0.231.1

@v-schhabra v-schhabra added Area: ABTT Akvelon Build Tasks Team area of work and removed Area: Release labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work help wanted
Projects
None yet
Development

No branches or pull requests

3 participants