We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e9462 commit ca02a1aCopy full SHA for ca02a1a
Jenkinsfile
@@ -3,6 +3,8 @@ node {
3
Boolean testResult = false
4
5
stage('Build') {
6
+ sh "Current Directory is ${pwd()}"
7
+ sh 'ls -la'
8
sh "docker build -t ${containerTag} ."
9
sh "docker run -p 8000:8000 ${containerTag}"
10
}
0 commit comments