Jenkinsfile update
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,6 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
jdk 'jdk-21'
|
||||||
|
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
|
||||||
TRUENAS_HOST = '192.168.2.31' // IP-adres of hostname van TrueNAS
|
TRUENAS_HOST = '192.168.2.31' // IP-adres of hostname van TrueNAS
|
||||||
|
|||||||
Reference in New Issue
Block a user