Compare commits
4 Commits
statusFeat
...
65ba36b439
| Author | SHA1 | Date | |
|---|---|---|---|
| 65ba36b439 | |||
| 9355d9b2de | |||
| dc9c7eabc6 | |||
| e976c48103 |
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("Hello") {
|
||||
steps {
|
||||
echo "Hello world"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user