This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -0,0 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("Hello") {
|
||||
steps {
|
||||
echo "Hello world"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user