This commit is contained in:
jakubknczny 2021-04-11 11:16:12 +02:00
parent 7ccf66736e
commit a88751fd7e

View File

@ -12,8 +12,8 @@ pipeline {
agent any agent any
steps { steps {
sh ''' sh '''
cp ./lab1/script.sh . cp ./lab3/script.sh .
cp ./lab1/python_script.py . cp ./lab3/python_script.py .
cp ./lab3/Dockerfile . cp ./lab3/Dockerfile .
cp ./lab3/requirements.txt . cp ./lab3/requirements.txt .
''' '''