diff --git a/Jenkinsfile b/Jenkinsfile index ef94a2c..b321856 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { projectName: 'ASR-eval', target: 'Infra']); } + sh 'python3 script.py' } } } diff --git a/script.py b/script.py new file mode 100644 index 0000000..aeb9548 --- /dev/null +++ b/script.py @@ -0,0 +1 @@ +print('Infra22') \ No newline at end of file