You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/lookout/jenkins/EnvironmentScript.java
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
packagecom.lookout.jenkins;
2
+
importhudson.EnvVars;
2
3
importhudson.Extension;
3
4
importhudson.FilePath;
4
5
importhudson.Launcher;
@@ -78,6 +79,7 @@ public Environment setUp(AbstractBuild build,
78
79
// Then we parse the variables out of it. We could use java.util.Properties, but it doesn't order the properties, so expanding variables with previous variables (like a shell script expects) doesn't work.
0 commit comments