Skip to content

Exploring jenkins pipeline for PR-Preview feature#282

Draft
adarshagrawal38 wants to merge 9 commits intoIBM:mainfrom
adarshagrawal38:pr-preview
Draft

Exploring jenkins pipeline for PR-Preview feature#282
adarshagrawal38 wants to merge 9 commits intoIBM:mainfrom
adarshagrawal38:pr-preview

Conversation

@adarshagrawal38
Copy link
Member

@adarshagrawal38 adarshagrawal38 commented Feb 3, 2026

Working on jenkins pipeline to deploy code changes of PR or commit hash to a spyre machine
Pipeline URL - > Jenkins

Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Jenkinsfile Outdated
// Get the tag from Makefile
def tag = sh(script: "make image-tag REGISTRY=${localRegistry}", returnStdout: true).trim()
imagePath = "${localRegistry}/${imageName}:${tag}"
echo "Backend image set to ${imagePath}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is it called Backend image? Isn't function applicable to any image?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes right I will rephrase the log

Copy link
Collaborator

@iv1111 iv1111 left a comment

Choose a reason for hiding this comment

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

Looks lgtm, will re-review once it is tested and promoted to a PR.

Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we should get PR merged without GH pipeline yet.

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah I will remove GH pipeline

Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
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.

2 participants