Skip to content

Commit 806112b

Browse files
baymacjetersen
authored andcommitted
Remove transient modifier for ssh and http remote in scmsource
1 parent cc7b0f1 commit 806112b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ public class GitLabSCMSource extends AbstractGitSCMSource {
110110
private String projectName;
111111
private String credentialsId;
112112
private List<SCMSourceTrait> traits = new ArrayList<>();
113-
private transient String sshRemote;
114-
private transient String httpRemote;
113+
private String sshRemote;
114+
private String httpRemote;
115115
private transient Project gitlabProject;
116116
private int projectId = -1;
117117

0 commit comments

Comments
 (0)