diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-05-30 10:56:12 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-05-30 10:56:28 +0300 |
| commit | 23f266c72b42cf58098aa62f5be12bcd943a2850 (patch) | |
| tree | 46045197496fa36f99396e2d2600c7f8506f02d4 | |
| parent | guix: stumpwm-checkout: Replace 'create-desktop-file' phase. (diff) | |
| download | guix-wigust-23f266c72b42cf58098aa62f5be12bcd943a2850.tar.gz | |
Jenkinsfile: Refactor.
| -rw-r--r-- | Jenkinsfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 0c22054..1dcbdad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,13 @@ pipeline { - agent { - label "master" - } + agent { label "master" } stages { stage("git clone guix-wigust") { steps { - parallelGitClone url: "https://cgit.duckdns.org/git/guix/guix-wigust", nodeLabels: ["guix"], dir: "/home/oleg/src/guix-wigust" + parallelGitClone ( + url: "https://cgit.duckdns.org/git/guix/guix-wigust", + nodeLabels: ["guix"], + dir: "$Constants.homeDir/src/guix-wigust" + ) } } } |
