mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 00:57:37 +00:00
Ci fixes (#99)
* Update Jenkinsfile * Update Jenkinsfile * Update Jenkinsfile
This commit is contained in:
parent
8aae81cbb6
commit
b6645ded47
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
jdk 'JDK 21.0.3'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("build") {
|
stage("build") {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user