This website requires JavaScript.
Explore
Help
Sign In
fernando
/
card-jong-be
Watch
1
Star
0
Fork
0
You've already forked card-jong-be
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6b1a5c948f
card-jong-be
/
Jenkinsfile
12 lines
172 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Jenkins & docker config
2024-05-08 13:57:36 +00:00
pipeline {
agent any
stages {
Use a single container for build & run
2024-05-08 14:34:07 +00:00
stage("Run & build") {
Jenkins & docker config
2024-05-08 13:57:36 +00:00
steps {
sh "docker compose up --build -d"
}
}
}
}
Reference in New Issue
Copy Permalink