We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb948d commit 3989113Copy full SHA for 3989113
Jenkinsfile
@@ -1,8 +1,6 @@
1
@Library('global-jenkins-library@2.7.7') _
2
3
def userInput
4
-path = '/home/ubuntu/jenkins/workspace/graph_Poco_Gen_'
5
-currentBranch = 'feat_subgraph_c13'
6
7
node {
8
docker.image('node:20-alpine').inside('--user root') {
@@ -28,7 +26,6 @@ node {
28
26
stage('Setup Docker Image') {
29
27
sh 'apk add jq'
30
}
31
- // cd '${path}''${currentBranch}' &&
32
stage('Building Subgraph') {
33
sh """
34
# Navigate to workspace directory and ensure the script is executable
@@ -38,7 +35,6 @@ node {
38
35
"""
39
36
40
37
// Validate subgraph file generation
41
- // FILE='${path}''${currentBranch}'/subgraph.${userInput.network}.yaml
42
43
FILE=./subgraph.${userInput.network}.yaml
44
if test -f "\$FILE"; then
0 commit comments