tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/jenkins: fix deprecation warning
ajs124
2 years ago
1d64486b
c731a289
+2
-2
1 changed file
expand all
collapse all
unified
split
nixos
tests
jenkins.nix
+2
-2
nixos/tests/jenkins.nix
···
73
73
74
74
testScript = { nodes, ... }:
75
75
let
76
76
-
configWithoutJobs = "${nodes.master.config.system.build.toplevel}/specialisation/noJenkinsJobs";
77
77
-
jenkinsPort = nodes.master.config.services.jenkins.port;
76
76
+
configWithoutJobs = "${nodes.master.system.build.toplevel}/specialisation/noJenkinsJobs";
77
77
+
jenkinsPort = nodes.master.services.jenkins.port;
78
78
jenkinsUrl = "http://localhost:${toString jenkinsPort}";
79
79
in ''
80
80
start_all()