No Junk
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Condition parameter equals empty
AnsweredI am attempting to create workflow where the build step condition states "if the parameter value is empty, do this, else do that". The parameter could be <empty> or 'hotfix-12.92.172.x' or '186.85.... -
Edited Running token authenticated git commands within a build step
I have a build process that Pulls code (VCS - Git with un/PAT token auth) Runs tests Updates version and changelog and creates (git) tag Publishes new package to package management Pushes updated ...