Skip to content

Commit 136a4ed

Browse files
authored
Merge pull request #4830 from martin-frbg/jenk
Continue requesting ubuntu18 instead of latest on OSUOSL powerCI
2 parents d11e734 + 86c15f0 commit 136a4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.pwr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'osuosl/ubuntu-ppc64le'
4+
image 'osuosl/ubuntu-ppc64le:18.04'
55
}
66
}
77
stages {

0 commit comments

Comments
 (0)