Skip to content

Commit

Permalink
Add R version that was built before to have a complete list
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Feb 28, 2025
1 parent 50c4370 commit b131ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Jenkinsfile-build-docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ properties([
JDK_VERSIONS = ['8', '11', '17']
JDK_VERSIONS_PY_R = ['8', '11', '17'] // stable, last-supported, latest
PYTHON_VERSIONS = ['3.6', '3.7','3.8', '3.9', '3.10', '3.11']
R_VERSION = ['3.5.3', '4.4.0']
R_VERSION = ['3.4.1', '3.5.3', '4.4.0']

def pipelineContext

Expand Down

0 comments on commit b131ffd

Please sign in to comment.