more jenkins fixes
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5f78ad6486
commit
dd65c4f9cd
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -6,6 +6,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
sh 'mvn --version'
|
sh 'mvn --version'
|
||||||
sh 'java -version'
|
sh 'java -version'
|
||||||
sh 'mvn -B -DskipTests clean package'
|
sh 'mvn -B -DskipTests clean package'
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
wget -O ./assets/scripts/compiler/typescript.js https://unpkg.com/typescript@latest/lib/typescript.js
|
curl https://unpkg.com/typescript@latest/lib/typescript.js -O ./assets/scripts/compiler/typescript.js
|
||||||
Loading…
Reference in New Issue
Block a user