Skip to content

Commit

Permalink
fix: user could not choose an other zOS connection as it was not save…
Browse files Browse the repository at this point in the history
…d - freestyle job

Signed-off-by: Anatoli Kalbasin <[email protected]>
  • Loading branch information
callbacksin committed Sep 26, 2023
1 parent 7fa12f8 commit ac74208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import javax.servlet.ServletException
/**
* The AbstractBuildStep class is an abstract class that serves as the base for the plugin build steps in Jenkins.
*/
abstract class AbstractBuildStep(private val connectionName: String) : Builder(), SimpleBuildStep {
abstract class AbstractBuildStep(val connectionName: String) : Builder(), SimpleBuildStep {
/**
* Performs the build step.
*
Expand Down

0 comments on commit ac74208

Please sign in to comment.