summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-05-21 23:09:59 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-06-15 15:28:46 +0300
commit406fba8c85de4aae2afbc9fa291bef03d02ee4f3 (patch)
treef459c6d3e4ddf548edb1d6ca296a34256fb8d82a
parentJenkinsfile: Add agent to stage. (diff)
downloadnixpkgs-local/wip-local.tar.gz
Jenkinsfile: Deploy only to workstation and guixsd.local/wip-local
-rw-r--r--Jenkinsfile2
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
}
}