Giter Club home page Giter Club logo

Comments (4)

concourse-bot avatar concourse-bot commented on July 20, 2024

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

  • #117431593 When using tag_filter, the version reported by 'in' should be the tag name

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

from git-resource.

keymon avatar keymon commented on July 20, 2024

Without this patch, a pipeline like this:

screenshot from 2016-04-12 14 14 19

which is triggered by tags, will use the tag as input of the first job and then the hash. The git resource will report these versions:

screenshot from 2016-04-12 14 13 47

Where first is a tag, that is input of the first job, and then a hash that is the input of the next jobs.

from git-resource.

tomwhoiscontrary avatar tomwhoiscontrary commented on July 20, 2024

I've also seen this, but only intermittently:

image

The configuration for this resource is:

- name: broker-release-final
  type: git
  source:
    uri: [email protected]:CLASSIFIED/TOP-SECRET.git
    branch: master
    private_key: {{private_key}}
    tag_filter: "v*"

from git-resource.

keymon avatar keymon commented on July 20, 2024

@tomwhoiscontrary Yeah, it matches with my issue description. That is because the hash is generated when the resource is consumed by a task by using the get action.

In our case we trigger the pipeline with that git resource, so every commit triggers a job which calls get. In your case you probably consume that git resource in jobs triggered by other criteria.

You can see which job generated the "hash" version by using it as input by clicking in the version:

screenshot from 2016-04-12 15 54 56

You can see that in our case, that version "inputs to"...

from git-resource.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.