diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-20 17:10:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-20 17:10:08 +0100 |
commit | 0fcd6396261d9a0ac91d8c15cc77f9c3aa3a217d (patch) | |
tree | fe0a513485e0f634f03a38954db2b6130a645b70 /job-cfg | |
parent | d0d81fb4efd8e650581fabd20dbb66ed8ef9555b (diff) | |
download | jenkins.debian.net-0fcd6396261d9a0ac91d8c15cc77f9c3aa3a217d.tar.xz |
reproducible fdroid: first stab
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 2b029b27..d832dc26 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -549,6 +549,11 @@ my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_hname: 'profitbricks3' + - 'setup_fdroid_build_environment_profitbricks3': + my_description: 'Setup a build environment for F-Droid.' + my_timed: '42 23 1 1 *' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_hname: 'profitbricks3' my_shell: '/srv/jenkins/bin/reproducible_{otherproject}.sh' my_hname: '' |