Skip to content

fix(jenkinsfile): use WORKSPACE and remove debug ssh#2

Open
Shubham-Bhingarde wants to merge 1 commit intomasterfrom
fix-jenkinsfile-path-and-debug
Open

fix(jenkinsfile): use WORKSPACE and remove debug ssh#2
Shubham-Bhingarde wants to merge 1 commit intomasterfrom
fix-jenkinsfile-path-and-debug

Conversation

@Shubham-Bhingarde
Copy link
Owner

Replaced the hardcoded path in the scp command with the ${WORKSPACE} environment variable. This makes the Jenkins pipeline more portable and less prone to breaking when the workspace location changes.

Removed the temporary ssh -v command that was added for debugging purposes. This command is not needed for the final pipeline.

Deleted the empty JenkinsFile to avoid confusion with the active Jenkinsfile.

Replaced the hardcoded path in the `scp` command with the `${WORKSPACE}` environment variable. This makes the Jenkins pipeline more portable and less prone to breaking when the workspace location changes.

Removed the temporary `ssh -v` command that was added for debugging purposes. This command is not needed for the final pipeline.

Deleted the empty `JenkinsFile` to avoid confusion with the active `Jenkinsfile`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant