Skip to content

Commit

Permalink
Future proof Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jun 12, 2021
1 parent fd21954 commit 168644f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Expand Up @@ -15,6 +15,9 @@ def branchName = "1.16";

pipeline {
agent any
tools {
jdk "jdk8u292-b10"
}

environment {
ORG_GRADLE_PROJECT_secretFile = credentials('mod_build_secrets')
Expand Down Expand Up @@ -135,4 +138,4 @@ pipeline {
archiveArtifacts 'changelog.md'
}
}
}
}

0 comments on commit 168644f

Please sign in to comment.