Commit daa9ace1 by Administrator

Added Jenkinsfile

parent a314f8a5
pipeline {
agent {
docker {
image 'alpine'
}
}
stages {
stage('') {
steps {
sh 'ls'
}
}
}
}
\ No newline at end of file
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