Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:job name support added in input variables #4863

Merged
merged 5 commits into from
Apr 9, 2024
Merged

Conversation

Laeeqdev
Copy link
Contributor

@Laeeqdev Laeeqdev commented Apr 1, 2024

Description

The issue of incorrect variable naming in the job task has been resolved. Previously, the input variable was mistakenly labeled as "app_name" instead of the correct "job_name," also printing wrong value of app_name. Through the fix, the variable naming has been adjusted to accurately reflect the intended functionality, ensuring the correct values are now displayed as expected in the task output
Fixes #4867

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


pkg/plugin/GlobalPluginService.go Outdated Show resolved Hide resolved
Copy link
Contributor

@prakash100198 prakash100198 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

pkg/pipeline/CiService.go Outdated Show resolved Hide resolved
@Laeeqdev Laeeqdev changed the title job name support added in input variables fix:job name support added in input variables Apr 9, 2024
Copy link

sonarcloud bot commented Apr 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Laeeqdev Laeeqdev merged commit ad1cd73 into main Apr 9, 2024
3 checks passed
@Laeeqdev Laeeqdev deleted the wrong-job-name-printed branch April 9, 2024 08:35
komalreddy3 pushed a commit that referenced this pull request May 28, 2024
* job name added

* resolved PR code review comments

* resolved PR code review comments final
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: job task showing input variable as app_name rather than job_name, and printing wrong value.
3 participants