diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-08 23:39:28 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-09 01:16:30 +0300 |
| commit | 74f3322a6f2f26441aac909ae433f1d195081ea0 (patch) | |
| tree | bce5304c2c4d385ba63dd3aa75301f025f1be935 /vars | |
| download | guix-my-packages-74f3322a6f2f26441aac909ae433f1d195081ea0.tar.gz | |
Initial commit.
* Jenkinsfile: New file.
Diffstat (limited to 'vars')
| -rw-r--r-- | vars/guix.groovy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vars/guix.groovy b/vars/guix.groovy new file mode 100644 index 0000000..ab95ada --- /dev/null +++ b/vars/guix.groovy @@ -0,0 +1,7 @@ +def build(String pack) { + try { + sh "guix build --no-grafts ${pack}" + } catch (Exception error) { + echo "Stage failed, but we still continue" + } +} |
