update jenkinsfile
This commit is contained in:
parent
8fa457dde4
commit
d92770dc83
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -39,12 +39,20 @@ pipeline {
|
|||||||
echo("run data script")
|
echo("run data script")
|
||||||
//sh "source docker_ium/bin/activate"
|
//sh "source docker_ium/bin/activate"
|
||||||
sh "ls -a"
|
sh "ls -a"
|
||||||
sh "chmod u+x script2.py"
|
sh "chmod u+x better_preprocess.py"
|
||||||
//sh "pip3 show pandas"
|
//sh "pip3 show pandas"
|
||||||
//sh "cat script5.py"
|
//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'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user