Skip to content

Commit

Permalink
wip: investigate pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
makrusak committed Oct 5, 2017
1 parent 5dfc77d commit be9a54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM nginx:1.13
COPY deploy/default.conf /etc/nginx/conf.d

RUN mkdir /files
COPY build/libs/app.jar /files/download
COPY build/libs/sourcerer-app.jar /files/download
COPY src/install/install /files/install
2 changes: 2 additions & 0 deletions deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ podTemplate(label: 'build-pod-sourcerer-app',
) {
node('build-pod-sourcerer-app') {
stage('checkout') {
sh("pwd")
checkout scm
}

stage('build jar and test') {
container('gradle') {
sh("pwd")
sh("./do.sh build_jar_inside")
}
}
Expand Down

0 comments on commit be9a54f

Please sign in to comment.