This commit is contained in:
Tomasz Łysiak 2019-04-26 11:23:49 +02:00
parent b94bbc1cfc
commit 682a7d5b63
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ pipeline {
projectName: 'ASR-eval',
target: 'Infra']);
}
sh 'python3 script.py'
}
}
}

1
script.py Normal file
View File

@ -0,0 +1 @@
print('Infra22')