Update Jenkinsfile

This commit is contained in:
2026-02-24 00:11:54 +01:00
parent bbd395a030
commit a13a76562d

4
Jenkinsfile vendored
View File

@@ -1,9 +1,9 @@
pipeline {
agent { dockerfile true }
stages {
stage('Test') {
stage('Build') {
steps {
sh 'echo test'
sh 'make'
}
}
}