npm buildssszzz

This commit is contained in:
2025-01-19 23:27:23 +01:00
parent 12fcef586a
commit 0962636f25

6
Jenkinsfile vendored
View File

@@ -1,5 +1,10 @@
pipeline {
agent any
tools {
nodejs "nodeJS-23"
}
environment {
SSH_CREDENTIALS_ID = 'ssh-true-nas' // ID van de SSH-sleutel in Jenkins
TRUENAS_HOST = '192.168.2.31' // IP-adres of hostname van TrueNAS
@@ -20,6 +25,7 @@ pipeline {
steps {
script {
// Bouw het Quarkus-project (assumeert Maven als build tool)
sh 'npm install'
sh 'npm run build'
}
}