Skip to content

Commit

Permalink
Jenkinsfile: Disable test build
Browse files Browse the repository at this point in the history
The npmx-zephyr test node is no longer available, so
disable the tests.

Signed-off-by: Andy Sinclair <[email protected]>
  • Loading branch information
aasinclair committed Jul 17, 2024
1 parent 336e2d6 commit 13daf73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@Library("CI_LIB") _

def pipeline = new ncs.npmx_zephyr.Main()
// Test node is no longer available
//def pipeline = new ncs.npmx_zephyr.Main()

pipeline.run(JOB_NAME)
// pipeline.run(JOB_NAME)

0 comments on commit 13daf73

Please sign in to comment.