feature/kjug
added build step
This commit is contained in:
parent
3a69e1ff64
commit
0267d9af1a
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -8,7 +8,8 @@ pipeline{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'echo Hello World!'
|
sh 'pip install flask'
|
||||||
|
sh 'python -m py_compile sources/webapp.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue