add jenkinsfile_docker
This commit is contained in:
parent
33bfbaf07e
commit
44da1bc6d0
12
Jenkinsfile_docker
Normal file
12
Jenkinsfile_docker
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {
|
||||||
|
dockerfile true
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('Test') {
|
||||||
|
steps {
|
||||||
|
sh 'python3 ./Zajecia_2/main.py'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user