update jenkinsfile

This commit is contained in:
Yevhenii Poliakov 2023-05-15 19:23:55 +02:00
parent 8fa457dde4
commit d92770dc83

12
Jenkinsfile vendored
View File

@ -39,12 +39,20 @@ pipeline {
echo("run data script")
//sh "source docker_ium/bin/activate"
sh "ls -a"
sh "chmod u+x script2.py"
sh "chmod u+x better_preprocess.py"
//sh "pip3 show pandas"
//sh "cat script5.py"
sh "python3 script2.py"
sh "python3 better_preprocess.py"
}
}
stage('Trigger Multibranch Pipeline') {
steps {
echo ("Trigger Multibranch Pipeline")
build job: 's151636-training'
}
}
}
}
}