This commit is contained in:
parent
233fdfaada
commit
d1ae9d7018
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
.DS_Store
|
||||
|
||||
/Dockerfile
|
||||
/docker-compose.yml
|
||||
|
||||
|
|
10
Jenkinsfile
vendored
Executable file
10
Jenkinsfile
vendored
Executable file
|
@ -0,0 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('stage 1') {
|
||||
steps {
|
||||
echo "Hello world"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user