mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
5367921496
* Use WE PaperweightAdapter for seed replacement also, only replace when necessary * fix comments * ci: Provide basic Jenkinsfile for ghprb pipeline (#1451) Co-authored-by: Alex <mc.cache@web.de>
11 lines
171 B
Groovy
11 lines
171 B
Groovy
pipeline {
|
|
agent any
|
|
stages {
|
|
stage('Build pull request') {
|
|
steps {
|
|
sh './gradlew clean build'
|
|
}
|
|
}
|
|
}
|
|
}
|