Update Jenkinsfile
This commit is contained in:
parent
27c3bf16fc
commit
6310169516
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -12,6 +12,10 @@ pipeline {
|
|||||||
nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools
|
nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools
|
||||||
}
|
}
|
||||||
|
|
||||||
|
triggers {
|
||||||
|
giteaPush()
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user