Update Jenkinsfile

This commit is contained in:
2026-02-23 23:55:30 +01:00
parent 4e9360a7e0
commit ce17dc1b6e

19
Jenkinsfile vendored
View File

@@ -1,11 +1,10 @@
pipeline {
agent { dockerfile true }
stages {
stage('Test') {
steps {
sh 'node --version'
sh 'svn --version'
}
}
}
pipeline {
agent { dockerfile true }
stages {
stage('Test') {
steps {
sh 'echo test'
}
}
}
}