We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aef68b commit 9665a0fCopy full SHA for 9665a0f
1 file changed
Jenkinsfile-SmokeTest
@@ -18,6 +18,9 @@ properties([
18
def generateNPMVersionRouteFile(Map args = new LinkedHashMap()) {
19
// @angular/core's version is the one baked into the angular app
20
def nextVersion = sh(script: "npm view @angular/core@${args.npm_tag} version", returnStdout: true).trim()
21
+
22
+ echo "Target framework version: ${nextVersion}"
23
24
def routeFileContent = readJSON text: """
25
[{
26
"request": {
0 commit comments