Skip to content

Commit 355791c

Browse files
committed
Add ubuntu20 build target
Skip-PR-comments: true PR-repos-ubuntu20: dtcmp@PR-6:lastBuild mpich@PR-64:lastBuild lwgrp@PR-6:lastBuild libcircle@PR-6:lastBuild hdf5-vol-daos@PR-38:lastBuild hdf5@PR-38:lastBuild daos@PR-11205:73 Required-githooks: true Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
1 parent fa4ed87 commit 355791c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/groovy
2-
/* Copyright (C) 2020 Intel Corporation
2+
/* Copyright (C) 2019-2023 Intel Corporation
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -40,5 +40,5 @@
4040
// I.e. for testing library changes
4141
//@Library(value="pipeline-lib@your_branch") _
4242

43-
packageBuildingPipelineDAOSTest(['distros' : ['el8', 'leap15'], 'test-tag': 'mfu'])
44-
43+
packageBuildingPipelineDAOSTest(['distros' : ['el8', 'leap15', 'ubuntu20.04'],
44+
'test-tag': 'mfu'])

0 commit comments

Comments
 (0)