npm build
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -1,8 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
tools {
|
||||||
jdk 'jdk-21'
|
nodejs 'nodeJS-23'
|
||||||
maven 'mvn 3.9.9'
|
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
SSH_CREDENTIALS_ID = 'ssh-true-nas' // ID van de SSH-sleutel in Jenkins
|
SSH_CREDENTIALS_ID = 'ssh-true-nas' // ID van de SSH-sleutel in Jenkins
|
||||||
|
|||||||
Reference in New Issue
Block a user