-
Notifications
You must be signed in to change notification settings - Fork 53
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
Implement SimpleBuildStep #41
base: master
Are you sure you want to change the base?
Conversation
Theoretically, it should be a publisher. I'll review it and get back to you in a few weeks ok? |
Please, what is the status of this task? |
No status |
ok, but will be implemented? |
It it makes sense. Internally, its a hack so it needs proper evaluation. You're free to try the patch and use it locally Thank you |
Hello, any updates on this ? We are stuck with freestyle jobs because we use AWS Eb deployments. |
} | ||
|
||
public boolean perform() throws Exception { | ||
AWSEBDeploymentConfig | ||
deploymentConfig = | ||
deploymentBuilder.asConfig().replacedCopy(new Utils.Replacer(build, listener)); | ||
deploymentBuilder.asConfig();//.replacedCopy(new Utils.Replacer(build, listener)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bmtKIA6 Is there a reason for changing the substitution code ? I tested your patch but now the application version does lost variable replacement functionality.
Following the migration guidelines, quick and dirty attempt to implement SimpleBuildStep
https://jenkins.io/blog/2016/05/25/update-plugin-for-pipeline/