Get build version as a variable #2172
Answered
by
jvincze84
Kptainflintt
asked this question in
Q&A
-
Hi, Is it possible to get build version as a variable in playbook? I use semaphore for Wordpress templates and I want to make "versions" of wordpress folder in order to revert if it's needed So if I can use build version, I will use it to make version archives "tagged" with version build. Thanks and very good job, semaphore is wondeful! |
Beta Was this translation helpful? Give feedback.
Answered by
jvincze84
Jun 15, 2023
Replies: 1 comment
-
Hi, I don't know what do you exaclty want, but this might help you. Create a debug task:
And see what happens:
I think you should use Br, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fiftin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I don't know what do you exaclty want, but this might help you.
Create a debug task:
And see what happens:
I think you should use
{{ semaphore_vars.task_details.target_version }}
.Br,
JVincze