diff --git a/Jenkinsfile b/Jenkinsfile index 48c41ea2085190bed65fca40e7cdc3a588b93981..86bd0873af9cb8a8c97cf4fcaf5428f1ee9c9bd9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ release = "next" /* Determine whether to run uploads based on the prefix of the job name; in * case of apertis we expect the official jobs under apertis-<release>/ while * non-official onces can be in e.g. playground/ */ -def production = false //env.JOB_NAME.startsWith("${osname}-") +def production = env.JOB_NAME.startsWith("${osname}-") docker_registry_name = 'docker-registry.apertis.org' docker_image_name = "${docker_registry_name}/apertis/apertis-19.03-image-builder" @@ -209,7 +209,7 @@ def submitTests(architecture, type, board, ostree = false) { -g apertis-tests/templates/profiles.yaml \ --profile ${profile_name} \ --callback-secret ${token} \ - --callback-url https://lavaphabbridge.apertis.org/ \ + --callback-url HACK-TO-TEMPORARILY-DISABLE-BUG-REPORTING-https://lavaphabbridge.apertis.org/ \ -t release:${release} \ -t image_date:${version} \ -t image_name:${image_name}""")