Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01: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 Zeilen
171 B
Groovy
11 Zeilen
171 B
Groovy
pipeline {
|
|
agent any
|
|
stages {
|
|
stage('Build pull request') {
|
|
steps {
|
|
sh './gradlew clean build'
|
|
}
|
|
}
|
|
}
|
|
}
|