add Jenkinsfile

feature/reliability_stat
CIzz22 1 year ago
parent bbac90245e
commit 036dfbb058

13
Jenkinsfile vendored

@ -0,0 +1,13 @@
pipeline {
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World from Jenkins Pipeline!'
sh 'date'
sh 'pwd'
}
}
}
}
Loading…
Cancel
Save