Files
ServerMonitorBot/Jenkinsfile
2023-11-19 14:07:01 +00:00

11 lines
108 B
Groovy

pipeline {
agent any
stages {
stage('') {
steps {
echo 'KUKUSIKI'
}
}
}
}