Primary LanguageJava
Work in Progress
node { pythonExecutor script: """ def main(): print("Hello!") """ }