add Jenkinsfile(#57)
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
|
||||
stages{
|
||||
stage("Hello"){
|
||||
steps{
|
||||
echo "Hello from Jenkins"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user