Jenkinsfile gelöscht

This commit is contained in:
2025-06-25 09:29:34 +02:00
parent aeccb684b4
commit 78bf7c7dbc

21
Jenkinsfile vendored
View File

@@ -1,21 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building..'
}
}
stage('Test') {
steps {
echo 'Testing..'
}
}
stage('Deploy') {
steps {
echo 'Deploying....'
}
}
}
}