diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-23 14:08:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-23 14:08:11 +0100 |
commit | 78704a0c54f9c23d1328667cb7badf18ff56819a (patch) | |
tree | 887ed79adff3a4828d4eb7de81348139819b02a1 /jenkinsfile.kernel.candidate | |
parent | dba8883c852fc3da97a259fcc51ad7598e7a79de (diff) | |
download | jenkinsfiles-78704a0c54f9c23d1328667cb7badf18ff56819a.tar.gz |
document expected job names
Diffstat (limited to 'jenkinsfile.kernel.candidate')
-rw-r--r-- | jenkinsfile.kernel.candidate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jenkinsfile.kernel.candidate b/jenkinsfile.kernel.candidate index ed37589..15f45f3 100644 --- a/jenkinsfile.kernel.candidate +++ b/jenkinsfile.kernel.candidate @@ -1,4 +1,7 @@ #!/usr/bin/env groovy +# +# job name: kernel-candidate +# def KernelSource() { dir ('source') { |