diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-05-21 23:09:59 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-06-15 15:28:46 +0300 |
| commit | 406fba8c85de4aae2afbc9fa291bef03d02ee4f3 (patch) | |
| tree | f459c6d3e4ddf548edb1d6ca296a34256fb8d82a | |
| parent | Jenkinsfile: Add agent to stage. (diff) | |
| download | nixpkgs-local/wip-local.tar.gz | |
Jenkinsfile: Deploy only to workstation and guixsd.local/wip-local
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index ec1a5e3245f0..25de1bf0a663 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { steps { parallelGitClone url: "https://cgit.duckdns.org/git/nix/nixpkgs", branch: "wip-local", - nodeLabels: ["guix", "guix nixbld", "guix vm"], + nodeLabels: ["guixsd", "workstation"], dir: LOCAL_WORKTREE } } |
