No Junk
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
No Junk created a post, AnsweredCondition parameter equals empty
I 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.... -
No Junk created a post, 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 ...