Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Sep 6, 2024
1 parent 87c97e4 commit dd1670a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pipeline {
bash ./_update_canonical_links.sh $JAVADOC_PATH
''')
} else {
sh "in jetty 12 no need to _update_canonical_links"
sh "echo 'in jetty 12 no need to _update_canonical_links'"
}
}
sh('''
Expand All @@ -100,4 +100,4 @@ pipeline {
}
}
}
}
}

0 comments on commit dd1670a

Please sign in to comment.