diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 6ef1526a9..a97620d4c 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -984,3 +984,24 @@ - last-failure - last-duration regex: (?!xtesting-pi)^xtesting-[a-z-0-9.]+-grype$ + +- builder: + name: xtesting-debug + builders: + - shell: | + ip addr + ls /home + cat /etc/jenkins_jobs/jenkins_jobs.ini + +- job-template: + name: xtesting-debug + parameters: + - xtesting-debug-slave: + slave: lf-build6 + builders: + - xtesting-debug + +- project: + name: 'xtesting-debug' + jobs: + - 'xtesting-debug' |