You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am setting up some CD pipelines, and the way they're working is when a commit is made to a Gitlab repo, the sensor will create a new workflow and create/push a docker image.
On the readme of the git repository I would like to use the widget that shows the status of the build. The problem is that since the workflow is using the generateName thinger, every workflow has a different name, and therefore a different widget status URL.
What is the recommended way to get the status widget into something like a readme?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am setting up some CD pipelines, and the way they're working is when a commit is made to a Gitlab repo, the sensor will create a new workflow and create/push a docker image.
On the readme of the git repository I would like to use the widget that shows the status of the build. The problem is that since the workflow is using the
generateName
thinger, every workflow has a different name, and therefore a different widget status URL.What is the recommended way to get the status widget into something like a readme?
Beta Was this translation helpful? Give feedback.
All reactions