Delete Jenkinsfile

This commit is contained in:
2026-02-05 17:49:25 +00:00
parent 7cda28fac3
commit d50c62b3bf

20
Jenkinsfile vendored
View File

@@ -1,20 +0,0 @@
pipeline {
agent any
stages {
stage('Checkout') {
steps {
git credentialsId: 'cheie-gitea-mac', url: 'git@gitea.dev.bodnarescu.ro:marius.grosu/jenkins_projects.git'
}
}
stage('Test Connection') {
steps {
sh 'ping -c 2 google.com'
}
}
stage('Finalize') {
steps {
echo 'Totul e verde!'
}
}
}
}