devops
l_deloff 2023-11-19 14:07:01 +00:00
parent 9ee1a4de3c
commit fd4248d722
1 changed files with 11 additions and 0 deletions

11
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('') {
steps {
echo 'KUKUSIKI'
}
}
}
}