Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Specify version of a pipe from a variable

Drew Heasman
Contributor
December 8, 2022

I want to be able to set the version of a pipe in use across multiple repos, by using a workspace variable.

Specifying a branch name for the pipe isn't desirable, I'd like to specify a specific version of the pipe across the multiple repos.

E.g.

image: node:16-alpine

definitions:
  steps:
    - step: &build-and-test
        name: Build and test
        caches:
          - node
        script:
          - npm install
          - npm test
          - npm run build
          - pipe: snyk/snyk-scan:$SYNK_VERSION

Is this possible some other way? When I try the above the following error is shown:

It looks like you tried to use a pipe in your bitbucket-pipelines.yml that doesn’t exist. Check the name of the pipe and try again.

2 answers

1 accepted

0 votes
Answer accepted
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 9, 2022

Hi Drew,

I'm afraid that this is not possible at the moment, we don't support variables in a pipe's name.

We have a feature request that you vote for to further express your interest:

You can also add yourself as a watcher to that feature request (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Kind regards,
Theodora

Drew Heasman
Contributor
December 14, 2022

Thanks for the information.

That is disappointing, hopefully this can be fixed soon

1 vote
Caterina Curti
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 3, 2024

Hi all,

 

Here is an article and a video with a working example of how this can be achieved using Dynamic Pipelines and a Forge app.

 

The example shows how to replace the variable in an image name, but it can also be used as-is to substitute pipe names.

 

Hope this helps,
Caterina

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events