Supprimer jenkinsfile

This commit is contained in:
2025-09-07 00:14:08 +02:00
parent 0c1a143dbd
commit 79dea1606b

View File

@@ -1,11 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh './build.sh'
}
}
}
}