diff --git a/Jenkinsfile b/Jenkinsfile index 7666bcc..2a8e3c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,10 +2,14 @@ nodeJob { projectName = "linkurious/code-tools" - createGitTag = true + podTemplateNames = ['jnlp-agent-node'] + runUnitTests = false runE2eTests = false + + createGitTag = true gitTagPrefix = 'v' runBookeeping = true runNpmPublish = true + githubRelease = true }