jenkins: remove terranix jobs
This commit is contained in:
parent
26df76ed62
commit
1fd8ca8e20
1 changed files with 0 additions and 20 deletions
|
@ -110,14 +110,6 @@ in {
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
||||||
(job "test-terranix" {
|
|
||||||
url = "ssh://gogs@workhorse.private:2222/terranix/terranix.git";
|
|
||||||
credentialsId = github-id;
|
|
||||||
branch = "develop";
|
|
||||||
} [{
|
|
||||||
"run Tests" = [ ''nix-shell tests/shell.nix --run "test-terranix"'' ];
|
|
||||||
}])
|
|
||||||
|
|
||||||
(job "test-taskninja" {
|
(job "test-taskninja" {
|
||||||
url = "ssh://gogs@workhorse.private:2222/palo/taskninja.git";
|
url = "ssh://gogs@workhorse.private:2222/palo/taskninja.git";
|
||||||
credentialsId = gogs-id;
|
credentialsId = gogs-id;
|
||||||
|
@ -173,18 +165,6 @@ in {
|
||||||
"ssh://gogs@workhorse.private:2222/palo/diagrams-template.git"
|
"ssh://gogs@workhorse.private:2222/palo/diagrams-template.git"
|
||||||
"git@github.com:mrVanDalo/diagrams.git")
|
"git@github.com:mrVanDalo/diagrams.git")
|
||||||
|
|
||||||
(sync-to-github "sync-terranix"
|
|
||||||
"ssh://gogs@workhorse.private:2222/terranix/terranix.git"
|
|
||||||
"git@github.com:mrVanDalo/terranix.git")
|
|
||||||
|
|
||||||
(sync-to-github "sync-terranix.org"
|
|
||||||
"ssh://gogs@workhorse.private:2222/terranix/terranix.org.git"
|
|
||||||
"git@github.com:mrVanDalo/terranix-website.git")
|
|
||||||
|
|
||||||
(sync-to-github "sync-terranix-hcloud"
|
|
||||||
"ssh://gogs@workhorse.private:2222/terranix/hcloud.git"
|
|
||||||
"git@github.com:mrVanDalo/terranix-hcloud.git")
|
|
||||||
|
|
||||||
(sync-to-github "sync-plops"
|
(sync-to-github "sync-plops"
|
||||||
"ssh://gogs@workhorse.private:2222/palo/plops.git"
|
"ssh://gogs@workhorse.private:2222/palo/plops.git"
|
||||||
"git@github.com:mrVanDalo/plops.git")
|
"git@github.com:mrVanDalo/plops.git")
|
||||||
|
|
Loading…
Reference in a new issue