Update Jenkinsfile

這個提交存在於:
caill34 2021-11-23 20:20:54 +00:00
父節點 e73da6fa7d
當前提交 e09fa8291f

2
Jenkinsfile vendored
查看文件

@ -8,7 +8,7 @@ pipeline {
}
}
steps {
sh 'python -m py_compile sources/helloworld.py'
sh 'python -m py_compile sources/helloWorld.py'
stash(name: 'compiled-results', includes: 'sources/*.py*')
}
}