Skip to content

Commit 8d83300

Browse files
committed
!!! Jenkinsfile: diagnostic
1 parent 6679586 commit 8d83300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ pipeline {
155155
steps {
156156
sh '''
157157
curl --location --output k-nightly-bionic.deb "https://github.com/kframework/k/releases/download/nightly-$K_NIGHTLY/kframework_5.0.0_amd64_bionic.deb"
158+
pwd
159+
ls
160+
echo $USER
158161
apt install --yes ./k-nightly-bionic.deb
159162
cp -r package/debian ./
160163
dpkg-buildpackage --no-sign

0 commit comments

Comments
 (0)