Test executing build script

This commit is contained in:
2021-02-03 19:47:49 +08:00
parent 1b0d243a14
commit ca6c493b85

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent { docker { image 'httpd' } }
stages {
stage('build') {
steps {