Update Jenkinsfile

This commit is contained in:
caill34 2021-11-23 20:20:54 +00:00
parent e73da6fa7d
commit e09fa8291f

2
Jenkinsfile vendored
View file

@ -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*')
}
}