上传文件至 /
This commit is contained in:
14
Jenkinsfile
vendored
Normal file
14
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
Jenkinsfile (Declarative Pipeline)
|
||||
|
||||
pipeline {
|
||||
agent { docker 'python:3.5.1' }
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh 'python --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user