more jenkins fixes
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-08-01 15:27:04 -04:00
parent 5f78ad6486
commit dd65c4f9cd
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -6,6 +6,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh 'mvn --version'
sh 'java -version'
sh 'mvn -B -DskipTests clean package'

View File

@ -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