Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Specify version of a pipe from a variable

Drew Heasman 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.

1 answer

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 December 14, 2022

Thanks for the information.

That is disappointing, hopefully this can be fixed soon

Suggest an answer

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

Atlassian Community Events