Commit d3f9c0bd by Administrator

Added Jenkinsfile

parent 41408d0c
pipeline { pipeline {
agent { agent any
docker {
image 'alpine'
}
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment