LAB04 CW3.2
This commit is contained in:
parent
2c6c008e35
commit
289bca1e8f
@ -12,5 +12,11 @@ pipeline {
|
|||||||
archiveArtifacts "stats.txt"
|
archiveArtifacts "stats.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage ("Lab04 CW3"){
|
||||||
|
agent{ docker {image 's430705/ium:1'}}
|
||||||
|
steps {
|
||||||
|
sh 'python3 ./script2.py'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user