diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index ba44a2da..00000000 --- a/Jenkinsfile +++ /dev/null @@ -1,15 +0,0 @@ -@Library('jenkins-library') - -def pipeline = new org.js.LibPipeline( steps: this, - packageManager: "pnpm", - buildDockerImage: 'build-tools/node:20-pnpm-nightly-2023-06', - libPushBranches: ['main'], - npmRegistries: ['https://nexus.iroha.tech/repository/npm-soramitsu/': 'bot-soramitsu-rw'], - buildCmds: [], - testCmds: ['pnpm jake run-all-checks'], - pushCmds: ['npm config set registry "https://nexus.iroha.tech/repository/npm-soramitsu/"', 'pnpm jake publish-all'], - secretScannerExclusion: '.*Cargo.toml\$|.*README.md\$', - test: false, - corepack: true - ) -pipeline.runPipeline()