Update Jenkinsfile
這個提交存在於:
父節點
e73da6fa7d
當前提交
e09fa8291f
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
2
Jenkinsfile
vendored
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*')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
載入中…
新增問題並參考