ServerMonitorBot/Jenkinsfile

11 lines
108 B
Groovy

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