Delete Jenkinsfile
This commit is contained in:
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
@@ -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!'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user