We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When following the pipeline as instructed, No such method ,even though plugin is available ( see in bold)
java.lang.NoSuchMethodError: No such DSL method 'tektonCreateRaw' found among steps [_OcAction, _OcContextInit, _OcWatch, ansiColor, archive, bat, build, catchError, checkout, compareVersions, .................swapSpace, tag, teamSlugFilter, tektonCreateRaw, text, textParam, timezone, tmpSpace, toolLocation, triggeredBy, unsecured, untrusted, upstream, url, userSeed, usernameColonPassword, usernamePassword, viewsTabBar, weather, withAnt, x509ClientCert, zip] or globals [currentBuild, env, openshift, params, pipeline, scm]
Not sure what is missing
This is the code snippet which is followed
pipeline { agent any stages { stage('Stage') { steps { checkout scm tektonCreateRaw(inputType: 'FILE', input: '.tekton/pipeline.yaml') } } } }
The text was updated successfully, but these errors were encountered:
still same issue, any solution? @garethjevans I am using 1.0.3 release of this plugin.
Sorry, something went wrong.
@srirseshadri did u find any fix for this?
No branches or pull requests
Describe your use-case which is not covered by existing documentation.
When following the pipeline as instructed, No such method ,even though plugin is available ( see in bold)
java.lang.NoSuchMethodError: No such DSL method 'tektonCreateRaw' found among steps [_OcAction, _OcContextInit, _OcWatch, ansiColor, archive, bat, build, catchError, checkout, compareVersions, .................swapSpace, tag, teamSlugFilter, tektonCreateRaw, text, textParam, timezone, tmpSpace, toolLocation, triggeredBy, unsecured, untrusted, upstream, url, userSeed, usernameColonPassword, usernamePassword, viewsTabBar, weather, withAnt, x509ClientCert, zip] or globals [currentBuild, env, openshift, params, pipeline, scm]
Not sure what is missing
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
This is the code snippet which is followed
pipeline {
agent any
stages {
stage('Stage') {
steps {
checkout scm
tektonCreateRaw(inputType: 'FILE', input: '.tekton/pipeline.yaml')
}
}
}
}
The text was updated successfully, but these errors were encountered: