Skip to content

Commit be9a54f

Browse files
committed
wip: investigate pwd
1 parent 5dfc77d commit be9a54f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM nginx:1.13
33
COPY deploy/default.conf /etc/nginx/conf.d
44

55
RUN mkdir /files
6-
COPY build/libs/app.jar /files/download
6+
COPY build/libs/sourcerer-app.jar /files/download
77
COPY src/install/install /files/install

deploy/Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ podTemplate(label: 'build-pod-sourcerer-app',
1313
) {
1414
node('build-pod-sourcerer-app') {
1515
stage('checkout') {
16+
sh("pwd")
1617
checkout scm
1718
}
1819

1920
stage('build jar and test') {
2021
container('gradle') {
22+
sh("pwd")
2123
sh("./do.sh build_jar_inside")
2224
}
2325
}

0 commit comments

Comments
 (0)