1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Billy Lynch
6e9101f41e jenkins: Add set +x to script.
This is a follow up to https://github.com/tektoncd/catalog/pull/696.
2021-04-12 22:10:40 +01:00
Billy Lynch
6929f039f9 Remove extra set -x commands in e2e tests.
Aims to make e2e tests consistent across projects.
2021-04-12 21:50:40 +01:00
vinamra28
61435e642d Fix jenkins and trigger-jenkins-job task tests
Currently in pre-apply-task-hook.sh we are using `jenkins:lts` image
which gets updated on a regular basis which might break the CI while
testing the following tasks:- jenkins, trigger-jenkins-job.

Adding a tag+digest to the image used in test so that the tests don't
break in future.

Signed-off-by: vinamra28 <vinjain@redhat.com>
2021-02-15 10:57:46 +00:00
Chmouel Boudjnah
cd1eeae5d6 Add a more generic jenkins task
We had previouslly the triggers-jenkins-job task, this task is more generic and
allows more operations, it currently support starting a jenkins job and getting
the log of a build. It allows as well to wait that the job had started or that
the job has finished.

With this more generic task it makes it easier to have other jenkins operations
in there.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2020-10-26 10:20:20 +00:00