Skip to content

Commit 0b7ea81

Browse files
committed
Update docker image used by Jenkins pipeline to build docs
1 parent ad26a90 commit 0b7ea81

File tree

1 file changed

+4
-4
lines changed
  • project-files/jenkins/pipelines

1 file changed

+4
-4
lines changed

project-files/jenkins/pipelines/docs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
-e DOCS_UID=$(id -u) \
2626
-v .:/tds \
2727
-v ./docs/build/site/adminguide:/site \
28-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
28+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
2929
'''
3030
}
3131
}
@@ -36,7 +36,7 @@ pipeline {
3636
-e DOCS_UID=$(id -u) \
3737
-v .:/tds \
3838
-v ./docs/build/site/devguide:/site \
39-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
39+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
4040
'''
4141
}
4242
}
@@ -47,7 +47,7 @@ pipeline {
4747
-e DOCS_UID=$(id -u) \
4848
-v .:/tds \
4949
-v ./docs/build/site/quickstart:/site \
50-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
50+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
5151
'''
5252
}
5353
}
@@ -58,7 +58,7 @@ pipeline {
5858
-e DOCS_UID=$(id -u) \
5959
-v .:/tds \
6060
-v ./docs/build/site/userguide:/site \
61-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
61+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
6262
'''
6363
}
6464
}

0 commit comments

Comments
 (0)