This commit is contained in:
2023-11-19 14:07:01 +00:00
parent 9ee1a4de3c
commit fd4248d722

11
Jenkinsfile vendored Normal file
View File

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