Skip to content

Commit 5699a02

Browse files
committed
Remove errant comment
1 parent 05d0a4e commit 5699a02

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

linux_new/Jenkinsfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ pipeline {
447447
agent { label NODE_LABEL }
448448
when {
449449
expression { return !shouldSkipPipeline && !params.DRY_RUN }
450-
// expression { return params.DRY_RUN == false }
451450
}
452451
steps {
453452
script {
@@ -800,7 +799,7 @@ stage('Build & Archive Package') {
800799
} catch (Exception ex) {
801800
echo "Exception in build for ${DistArrayElement}: ${ex}"
802801
currentBuild.result = 'FAILURE'
803-
} finally {
802+
} finally {
804803

805804
def basePattern = '**/build/ospackage/*,**/build/reports/**'
806805
def archivePattern = ''
@@ -840,7 +839,7 @@ stage('Build & Archive Package') {
840839
} else if (DistArrayElement == 'alpine') {
841840
echo "Skipping archive for Alpine as SKIP_ALPINE is true"
842841
}
843-
}
842+
}
844843
}
845844
}
846845
}
@@ -859,7 +858,7 @@ stage('Publish Packages') {
859858
steps {
860859
script {
861860
echo "Entering Stage : Publish Packages"
862-
861+
863862
echo "Done Retrieving Files"
864863

865864
// Distro Specific Uploads
@@ -893,7 +892,7 @@ stage('Publish Packages') {
893892
copyArtifacts projectName: "${env.JOB_NAME}",
894893
selector: specific("${env.BUILD_NUMBER}"),
895894
filter: '**/build/ospackage/*,**/build/reports/**,**/packageTest/dependencies/deb/*'
896-
895+
897896
echo "Preparing For Debian Upload"
898897
def DebFileName = ''
899898
def DebTarget = ''

0 commit comments

Comments
 (0)