also update jenkinsfile
This commit is contained in:
parent
c600fcf586
commit
5b10aacaba
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -4,6 +4,14 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Set up venv')
|
||||
{
|
||||
steps {
|
||||
echo ("set up venv")
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
stage('Run Script') {
|
||||
steps {
|
||||
@ -21,6 +29,7 @@ pipeline {
|
||||
//echo ("run dockerfile")
|
||||
//sh docker
|
||||
|
||||
|
||||
echo("run data script")
|
||||
//sh "source docker_ium/bin/activate"
|
||||
sh "ls -a"
|
||||
|
Loading…
Reference in New Issue
Block a user