show contents of dockerfile

This commit is contained in:
Hyatt 2019-10-30 20:23:55 -05:00
parent eff8f83eae
commit 22662004e6
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -106,6 +106,9 @@ podTemplate(
}
stage("Write Dockerfile"){
writeFile(file: "Dockerfile", text: dockerFile)
sh """
cat Dockerfile
"""
}
stage("Build Container"){
sh """