mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
gradlew generateTestLanguages -PuseJenkinsSnapshots=true
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
This commit is contained in:
parent
2bdaf3398b
commit
ffda3f0c15
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -56,6 +56,12 @@ pipeline {
|
|||
sh './2-maven-build.sh'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Gradle generateTestLanguages') {
|
||||
steps {
|
||||
sh './gradlew generateTestLanguages -PuseJenkinsSnapshots=true'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
|
|
Loading…
Reference in a new issue